summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-1810-10/+0
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyimp2003-03-182-37/+26
* Move symbol reset detection code back into wi_reset. This is a moreimp2003-03-182-8/+10
* Add DLINK DWL650Himp2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@imp2003-03-181-0/+1
* Use %jd and a cast to intmax_t instead of a cast to long.imp2003-03-181-4/+4
* Tag longling_addr as maybe using a bad type, I'm not sure.imp2003-03-181-1/+1
* Regenerate for 1.45imp2003-03-181-1/+4
* Add DLINK DWL650Himp2003-03-181-0/+1
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendimp2003-03-171-2/+0
* Fix a malloc() with no legal modeflag.phk2003-03-171-1/+1
* Fix the cable detection and properly find the host bridge onsos2003-03-161-22/+22
* Catch up with bpf_mtap() changes.mdodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.mdodd2003-03-161-2/+2
* Remove duplicate line introduced in the previous commit.sobomax2003-03-151-1/+0
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-154-41/+146
* Add module dependency. This makes udbp.ko to be loaded.takawata2003-03-151-0/+1
* Fix a bug I introduced by overlooking the fact that "unit number" canphk2003-03-152-1/+2
* Call devstat_start_transaction_bio() instead of devstat_start_transaction().phk2003-03-151-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-152-2/+2
* Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,scottl2003-03-131-2/+0
* Remove the check for more than one open if one is a write op.sos2003-03-131-5/+0
* Dont free the stats struct, this has been changed by the new stat code.sos2003-03-131-2/+0
* Dont call dma->free unless dma is there.sos2003-03-131-1/+2
* Add pci id# for the sis648sos2003-03-131-0/+2
* Correct clock frequency for the IC Book Labs' cards, so that it's possiblesobomax2003-03-121-32/+32
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Sincesobomax2003-03-122-1/+25
* Correct the last commit, only look for subfunctions on the same PCI slot.sos2003-03-121-4/+4
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* Cleanup the probe code a bit.sos2003-03-121-23/+24
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Put back including sys/devicestat.h for 4-stable.simokawa2003-03-121-0/+3
* clean up the en driver since it will survice for a while bykjc2003-03-121-96/+0
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallysam2003-03-112-0/+455
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-114-10/+68
* gack; revert previous commit; not only did I read things backward butsam2003-03-111-1/+1
* sync with current: reduce default maxbatch setting from 5 to 1sam2003-03-111-1/+1
* correct output byte count statistic collectionsam2003-03-111-2/+3
* Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in theimp2003-03-111-3/+1
* Add _HID of IrDA module and Pen tablet ontakawata2003-03-111-0/+2
* Make uhci_waitintr() robust to interrupts being enabled, even thoughiedowse2003-03-111-4/+3
* Quirk for Pentax Optio 230 USB camera. Note that other products probablynjl2003-03-111-0/+5
* usbdevs entry for Asahi Optical OPTIO 230 digital camera. Regen.njl2003-03-113-0/+12
* Update Radeon PCI IDs and naming from pciids.sf.net.anholt2003-03-111-26/+28
* Remove the enclose_print() call, it is already called from ata-disk.csos2003-03-101-1/+0
* Dont use r_bmio on Cyrix chips if not set from BIOS.sos2003-03-101-2/+5
* Add a a sysctl, hw.kbd.keymap_restrict_change, which acts a bitdwmalone2003-03-091-0/+144
* Fix device freeze to reduce output packet size.akiyama2003-03-091-4/+33
* Fix page fault with FTDI's USB serial device.akiyama2003-03-091-4/+23
* Fix duplicate sc_dying usage.akiyama2003-03-092-13/+8
OpenPOWER on IntegriCloud