aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Allow uart to attach to keyboards that are not the firmware's notion ofJake Burkholder2003-11-111-13/+34
* Fix sound LOR problems:Scott Long2003-11-113-108/+113
* Don't establish the ISR in the sn_activate routine. I've had twoWarner Losh2003-11-102-12/+11
* Reduce debug message.Hidetoshi Shimokawa2003-11-101-0/+2
* * Improve sbp device probe in boot process.Hidetoshi Shimokawa2003-11-101-15/+50
* Move 'guessing' code from the probe into the identify routine where it moreWarner Losh2003-11-102-158/+104
* MFNetBSD:Josef Karthauser2003-11-102-6/+5
* MFNetBSD:Josef Karthauser2003-11-101-1/+2
* MFNetBSD:Josef Karthauser2003-11-101-8/+11
* MFNetBSD:Josef Karthauser2003-11-101-0/+10
* MFNetBSD:Josef Karthauser2003-11-091-1/+2
* Revise the NetBSD revision control strings.Josef Karthauser2003-11-093-29/+3
* MFNetBSD:Josef Karthauser2003-11-096-15/+10
* Free the ata_request struct after we are done using it. This should stopScott Long2003-11-091-2/+9
* Tweak the front end driver file listWarner Losh2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseWarner Losh2003-11-091-1/+25
* Let bus space manage softc.Warner Losh2003-11-094-56/+23
* Minor tweaks to make it behave better:Warner Losh2003-11-091-8/+18
* Minor comment smithingWarner Losh2003-11-091-4/+4
* Fix typo in breaking up requests to size limit.Søren Schmidt2003-11-091-1/+1
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-0918-24/+24
* Make this driver a little more style(9) compliantWarner Losh2003-11-094-206/+176
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+1
* Move post dmamap_load processes into the callback function.Hidetoshi Shimokawa2003-11-081-19/+20
* I've had a couple of reports that the Sony Clie_40 doesn't need theJosef Karthauser2003-11-081-1/+1
* Remove the NOGIANT flag again, it was premature.Søren Schmidt2003-11-081-1/+1
* -WunusedWarner Losh2003-11-081-1/+1
* Remove channeling interrupts to IRQ1. Some chipsets don't do theWarner Losh2003-11-071-0/+7
* Ahh, the joys of badge engineering. Tell the sk driver that thePeter Wemm2003-11-072-0/+16
* Allow shared open of /dev/fwmem* for read-only.Hidetoshi Shimokawa2003-11-071-16/+42
* Respect a return code of fwmem_open().Hidetoshi Shimokawa2003-11-071-3/+3
* Increase FWMAXQUEUE up to 128.Hidetoshi Shimokawa2003-11-071-1/+1
* Add compatibility for 4-stable.Hidetoshi Shimokawa2003-11-071-0/+5
* Better attempt at fooling GEOM into working with burnable media.Søren Schmidt2003-11-071-1/+1
* Add PCID for 6i controllerPaul Saab2003-11-071-0/+1
* Disable the (currently unused) xe_reg_dump() function, until I know forScott Mitchell2003-11-061-1/+9
* Correct the structure packing.Paul Saab2003-11-061-14/+14
* Use if_printf() for FWEDEBUG.Hidetoshi Shimokawa2003-11-061-7/+7
* Pull ataraid out from under giant.Søren Schmidt2003-11-051-3/+3
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeHartmut Brandt2003-11-052-2/+9
* When compiled with debugging trace the number of transmit mbufs thatHartmut Brandt2003-11-052-2/+46
* Initialize the USED flag in new external receive buffers to 0, not to 1.Hartmut Brandt2003-11-051-2/+2
* Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)Warner Losh2003-11-051-2/+2
* Truly fix the lockup mentioned in 1.153. The PRISM hardware is notBrian Feldman2003-11-041-0/+9
* Despite making the card not lock up, thae workaround from 1.153 didn'tBrian Feldman2003-11-041-3/+0
* Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelScott Mitchell2003-11-042-206/+128
* Use %#jx for both args.Warner Losh2003-11-041-2/+2
* o Add sysctl to allow ignoring checksum of eeprom.Warner Losh2003-11-042-53/+77
* Fix wi(4)'s WI_RID_SCAN_RES ioctl (wicontrol -L). The wrong lengthBrian Feldman2003-11-041-9/+13
* On my ZoomAir-branded Intersil PRISM2 cards, if you try to set theBrian Feldman2003-11-041-0/+3