freebsd-dev/sys/pc98/cbus
John Baldwin 8a9bc9c03b - Use the new resource_disabled() helper function to see if devices are
disabled.
- Change the apm driver to match the acpi driver's behavior by checking to
  see if the device is disabled in the identify routine instead of in the
  probe routine.  This way if the device is disabled it is never created.

Note that a few places (ips(4), Alpha SMP) used "disable" instead of
"disabled" for their hint names, and these hints must be changed to
"disabled".  If this is a big problem, resource_disabled() can always be
changed to honor both names.
2003-07-02 16:09:02 +00:00
..
30line.h
cbus_dma.c Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
cbus.h Split the sio driver for pc98 into bus front end and back end. 2001-11-26 12:29:53 +00:00
clock.c MFi386: revision 1.199 2003-06-01 04:51:07 +00:00
fdc.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
fdcreg.h Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively. 2001-12-16 09:00:03 +00:00
gdc.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
olpt.c Replace evil abuse of geteblk() with malloc(9). 2003-06-16 07:41:47 +00:00
pckbd.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
pcrtc.c MFi386: revision 1.199 2003-06-01 04:51:07 +00:00
pmc.c Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
ppc.c Merged from sys/isa/ppc.c revision 1.40. 2003-06-01 04:48:34 +00:00
ppcreg.h
sc_machdep.h
scgdcrndr.c Fixed mouse cursor on a console. 2002-02-10 10:14:39 +00:00
scterm-sck.c Cosmetic changes. 2002-02-10 10:27:37 +00:00
scvtb.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sio_cbus.c Added some buggy PC-98 PnP cards support. 2002-09-29 13:31:26 +00:00
sio.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
syscons_cbus.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00