aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable and code.Peter Wemm2003-02-191-2/+0
* Add some PCI device ID's from HPPaul Saab2003-02-181-0/+4
* Move the resource handling down into the pci bus as well.Warner Losh2003-02-182-410/+49
* Fix fwdev memory leak on detaching.Hidetoshi Shimokawa2003-02-181-5/+13
* Use pci_get_devid().Hidetoshi Shimokawa2003-02-182-23/+23
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.Hidetoshi Shimokawa2003-02-182-0/+5
* * firewire.cHidetoshi Shimokawa2003-02-182-1/+19
* Include class designation in pnpinfo for generic driver loadingWarner Losh2003-02-181-2/+3
* Sanity check the BAR length reported by the CIS with the BAR length thatScott Long2003-02-171-4/+22
* Move the pnp and location info into the common pci bus. Make all knownWarner Losh2003-02-174-46/+41
* an driver now needs wlan, so put the required explicit dependsWarner Losh2003-02-173-0/+3
* Kill a now-bogus commentWarner Losh2003-02-171-4/+0
* These don't need to be semi-public after all.Warner Losh2003-02-172-5/+5
* * firewire.cHidetoshi Shimokawa2003-02-172-48/+19
* Move call to pci_print_verbose until after all the variables that itWarner Losh2003-02-171-1/+1
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-161-4/+4
* Whatever dumbass wrote sio_pci.c didn't include a detach method.Warner Losh2003-02-161-0/+1
* No need to wrap siodetach() with sio_pccard_detach.Warner Losh2003-02-161-9/+1
* Pointy hat- bad commit.Matt Jacob2003-02-161-1/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-168-8/+0
* Checkpoint a work in progress:Warner Losh2003-02-161-532/+23
* Use rman_get_device rather than rle->resl->r_dev.Warner Losh2003-02-162-8/+6
* Make sure we propagate rxid && iid in isp_target_put_atioMatt Jacob2003-02-161-0/+2
* Pick up some compilation warning fixes from NetBSD.Matt Jacob2003-02-161-7/+7
* Roll to latest level.Matt Jacob2003-02-161-5870/+5868
* Clean up the CIS BAR parsing code by removing several pointless checks.Scott Long2003-02-161-19/+19
* Added dependency on the apm(4) module.Ruslan Ermilov2003-02-151-0/+1
* Add YIS YWL-11B. This card has same vendor id and product idTakeshi Shibagaki2003-02-151-0/+1
* Regen.Takeshi Shibagaki2003-02-151-1/+5
* Add YIS YWL-11B. This card has same vendor id and product idTakeshi Shibagaki2003-02-151-0/+2
* Allow non-privilaged user to retrive battery or AC line information.Takanori Watanabe2003-02-154-1/+27
* Protect calling fwohci_intr() with splfw() for 4-stable.Hidetoshi Shimokawa2003-02-151-1/+3
* - Increase split transaction timeout from 2 sec to 6 sec.Hidetoshi Shimokawa2003-02-151-3/+3
* Clear the bus reset event flag as soon as possible afterHidetoshi Shimokawa2003-02-141-0/+9
* Fix crash dumps on ata and scsi.Alfred Perlstein2003-02-141-1/+2
* Split the arch-specific AGP files into the appropriate files.* and do the sameEric Anholt2003-02-141-0/+6
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.Eric Anholt2003-02-141-5/+0
* o transition from exca_write to exca_putb and read->getb. This is so thatWarner Losh2003-02-141-15/+7
* Massive overhaul of exca to help with the isa efforts:Warner Losh2003-02-143-64/+240
* - Though I got a feedback from the originator of kern/48129 that theHidetoshi Shimokawa2003-02-141-12/+18
* Bandaid the bits that use the elink_foo() functions which areMatthew N. Dodd2003-02-131-1/+9
* Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).Eric Anholt2003-02-131-0/+26
* firewire/fwohciHidetoshi Shimokawa2003-02-134-50/+75
* Sync to 1.114 of usbdevsMIHIRA Sanpei Yoshiro2003-02-132-2/+9
* Add support SUNTAC Ir-Trinity IS96UMIHIRA Sanpei Yoshiro2003-02-132-0/+3
* Add Intel 85x/86x AGP support.Eric Anholt2003-02-131-16/+88
* Sync to 1.113 of usbdevsMIHIRA Sanpei Yoshiro2003-02-122-2/+30
* Add support YAMAHA NetVolante RoutersMIHIRA Sanpei Yoshiro2003-02-122-0/+13
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justWarner Losh2003-02-121-1/+1
* MF-p4:Warner Losh2003-02-121-80/+154