summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation on non-i386 machines. Inconsistent conditionalmarcel2003-02-231-3/+5
* Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* o Add back support for DXS channels.orion2003-02-222-84/+302
* Use DISKFLAG_OPEN rather than maintaining our own flag.phk2003-02-221-23/+2
* Use nullclose(), not noclose().phk2003-02-221-1/+1
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* NO_GEOM cleanup: unifdef -UNO_GEOMphk2003-02-222-29/+0
* NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"phk2003-02-211-5/+5
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andbmilekic2003-02-211-13/+0
* NO_GEOM cleanup:phk2003-02-214-13/+24
* NO_GEOM cleanup:phk2003-02-219-9/+9
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-212-57/+0
* Oops, forgot to put back debug level.simokawa2003-02-211-1/+1
* remove unused code.simokawa2003-02-211-1/+2
* Fix typosimokawa2003-02-211-1/+1
* Don't scan lun by myself while boot process leave it CAM to scan the bus.simokawa2003-02-211-8/+27
* Clean up viachan_init.orion2003-02-211-9/+13
* Fix assignment of record sgd_addr and clean up via8233chan_init.orion2003-02-211-10/+13
* On detach, don't remove the child from our list of children unless it hasscottl2003-02-201-1/+1
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-205-28/+35
* First round off updates/fixes to the ATA driver.sos2003-02-2021-2456/+2605
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-2018-65/+100
* The completion queue is no longer used, so nuke its associated codescottl2003-02-202-4/+0
* Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.cognet2003-02-201-1/+4
* Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably addcognet2003-02-202-402/+733
* Fix a 64-bit bogon. The hardware command structure only has one 32 bitscottl2003-02-192-3/+4
* Make the aac driver be INTR_MPSAFE. Once the interrupt handler determinesscottl2003-02-192-38/+15
* o Move the cleanup of the fib maps into aac_free_commands() so as toscottl2003-02-192-33/+42
* Munge the zs sbus attachment to work with fhc. This is a bit of a hack,jake2003-02-191-13/+113
* Back out M_* changes, per decision of the TRB.imp2003-02-19131-360/+361
* Remove unused variable and code.peter2003-02-191-2/+0
* Add some PCI device ID's from HPps2003-02-181-0/+4
* Move the resource handling down into the pci bus as well.imp2003-02-182-410/+49
* Fix fwdev memory leak on detaching.simokawa2003-02-181-5/+13
* Use pci_get_devid().simokawa2003-02-182-24/+24
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.simokawa2003-02-182-0/+5
* * firewire.csimokawa2003-02-182-1/+19
* Include class designation in pnpinfo for generic driver loadingimp2003-02-181-2/+3
* Sanity check the BAR length reported by the CIS with the BAR length thatscottl2003-02-171-4/+22
* Move the pnp and location info into the common pci bus. Make all knownimp2003-02-174-46/+41
* an driver now needs wlan, so put the required explicit dependsimp2003-02-173-0/+3
* Kill a now-bogus commentimp2003-02-171-4/+0
* These don't need to be semi-public after all.imp2003-02-172-5/+5
* * firewire.csimokawa2003-02-172-48/+19
* Move call to pci_print_verbose until after all the variables that itimp2003-02-171-1/+1
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-4/+4
* Whatever dumbass wrote sio_pci.c didn't include a detach method.imp2003-02-161-0/+1
* No need to wrap siodetach() with sio_pccard_detach.imp2003-02-161-9/+1
* Pointy hat- bad commit.mjacob2003-02-161-1/+1
OpenPOWER on IntegriCloud