summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove #include <sys/dkstat.h>phk2003-02-168-8/+0
* Checkpoint a work in progress:imp2003-02-161-532/+23
* Use rman_get_device rather than rle->resl->r_dev.imp2003-02-162-8/+6
* Make sure we propagate rxid && iid in isp_target_put_atiomjacob2003-02-161-0/+2
* Pick up some compilation warning fixes from NetBSD.mjacob2003-02-161-7/+7
* Roll to latest level.mjacob2003-02-161-5870/+5868
* Clean up the CIS BAR parsing code by removing several pointless checks.scottl2003-02-161-19/+19
* Added dependency on the apm(4) module.ru2003-02-151-0/+1
* Add YIS YWL-11B. This card has same vendor id and product idshiba2003-02-151-0/+1
* Regen.shiba2003-02-151-1/+5
* Add YIS YWL-11B. This card has same vendor id and product idshiba2003-02-151-0/+2
* Allow non-privilaged user to retrive battery or AC line information.takawata2003-02-154-1/+27
* Protect calling fwohci_intr() with splfw() for 4-stable.simokawa2003-02-151-1/+3
* - Increase split transaction timeout from 2 sec to 6 sec.simokawa2003-02-151-3/+3
* Clear the bus reset event flag as soon as possible aftersimokawa2003-02-141-0/+9
* Fix crash dumps on ata and scsi.alfred2003-02-141-1/+2
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-141-0/+6
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-141-5/+0
* o transition from exca_write to exca_putb and read->getb. This is so thatimp2003-02-141-15/+7
* Massive overhaul of exca to help with the isa efforts:imp2003-02-143-64/+240
* - Though I got a feedback from the originator of kern/48129 that thesimokawa2003-02-141-12/+18
* Bandaid the bits that use the elink_foo() functions which aremdodd2003-02-131-1/+9
* Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).anholt2003-02-131-0/+26
* firewire/fwohcisimokawa2003-02-134-50/+75
* Sync to 1.114 of usbdevssanpei2003-02-132-2/+9
* Add support SUNTAC Ir-Trinity IS96Usanpei2003-02-132-0/+3
* Add Intel 85x/86x AGP support.anholt2003-02-131-16/+88
* Sync to 1.113 of usbdevssanpei2003-02-122-2/+30
* Add support YAMAHA NetVolante Routerssanpei2003-02-122-0/+13
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justimp2003-02-121-1/+1
* MF-p4:imp2003-02-121-80/+154
OpenPOWER on IntegriCloud