Deleted Added
full compact
1c1
< /*
---
> /*-
28c28
< * $FreeBSD: head/sys/pc98/cbus/fdcvar.h 132103 2004-07-13 13:14:37Z nyan $
---
> * $FreeBSD: head/sys/pc98/cbus/fdcvar.h 132286 2004-07-17 10:07:19Z nyan $
83d82
< #define FDC_ATTACHED 0x01
158a158
> int fdc_hints_probe(device_t);
159a160
> device_t fdc_add_child(device_t, const char *, int);
163a165,167
> #ifndef PC98
> int fdc_isa_alloc_resources(device_t, struct fdc_data *);
> #endif