aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4:Warner Losh2003-02-121-0/+11
* MFp4:Warner Losh2003-02-121-7/+5
* Whitespace nits.Warner Losh2003-02-121-2/+2
* Announce our ability to do MAXPHYS transfers.Poul-Henning Kamp2003-02-111-0/+1
* Deregister the dev_clone event handler when unloading the module. BadJoerg Wunsch2003-02-111-1/+5
* Sound devices were being leaked by dsp_open() not actually releasing theBrian Feldman2003-02-111-1/+6
* Mark our provider with G_PF_CANDELETE in the cases where this is actuallyPoul-Henning Kamp2003-02-111-8/+14
* Fixup printf format.Alfred Perlstein2003-02-111-1/+1
* Terminate 'e' event messages with a newline.Scott Long2003-02-111-0/+1
* Don't turn off the power of cards when new drivers are addedWarner Losh2003-02-111-19/+13
* RegenMIHIRA Sanpei Yoshiro2003-02-112-2/+9