summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ufm doesn't care what major it uses.imp2003-02-281-1/+1
* These appear to work as cardbus cards tooimp2003-02-282-0/+2
* NO_GEOM cleanup:phk2003-02-282-39/+30
* Use MAJOR_AUTO. GC statically assigned majors.jake2003-02-282-6/+2
* aic79xx.c:gibbs2003-02-277-109/+255
* NO_GEOM cleanup:phk2003-02-271-115/+42
* add 5801 and 5802 recognition (somehow lost in transition from openbsd)sam2003-02-272-2/+9
* Zero cpi->target_sprt since atapi-cam does not support target mode. Thisnjl2003-02-271-0/+1
* Remember to set if_capenable when setting up checksum offload in fxp_attach().wpaul2003-02-271-0/+1
* When DDB is in the kernel, unlock VTY switching so that wemux2003-02-271-0/+4
* Warns and lint fix. Nearly all trivial stuff.markm2003-02-271-7/+8
* Add yet a patch for the patchwork quilt called sio(4):phk2003-02-271-0/+4
* Typo, I must have hit xZZ in vi(1).phk2003-02-271-1/+1
* MFp4(simokawa_sbp branch)simokawa2003-02-275-108/+310
* Make flags bit 0x10000 mean that PPS timestamping should use thephk2003-02-271-2/+11
* Only use function 1 not 0 on cypress chips.sos2003-02-271-1/+3
* When we have found a chunk of memory that is large enough and have computedharti2003-02-271-1/+1
* Fix UDMA modes setup on CMD chips.sos2003-02-271-1/+1
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromscottl2003-02-271-0/+1
* As previously threatened, add TCP/IP checksum offload support towpaul2003-02-263-10/+236
* NODEVFS cleanup:phk2003-02-261-2/+3
* msgphk2003-02-261-15/+0
* msgphk2003-02-261-2/+0
* Move an optimization check so that it breaks out of the correct loop.jhb2003-02-261-4/+3
* Fix a reversed test for ATAPI_DEVICE in the Promise setup code.sos2003-02-261-4/+3
* Add SigmaTel STAC9750 entry.cognet2003-02-261-0/+1
* Change default setting of hw.wi.txerate to zero so that tx error msgs aresam2003-02-261-2/+2
* Unbreak emu10k1 by properly using the buffer address.cognet2003-02-261-4/+4
* Replicate OSS behaviour when rate settings fails.orion2003-02-261-1/+1
* Add a number of IDs from linux for old, rare pci devices:imp2003-02-261-5/+6
* Bring aac out from under Giant:scottl2003-02-264-18/+46
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-263-3/+3
* Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recentscottl2003-02-261-2/+2
* Move to 'struct disk*' APIscottl2003-02-263-50/+26
* Chase the musical variable names.jhb2003-02-251-2/+2
* Fix support for Acer chips. The UDMA enable regs wasn't set properly.sos2003-02-252-27/+13
* Limit the maximum I/O size to 8 pages for version 2 controllers. Thisjhb2003-02-251-4/+8
* Fix a small fat-finger: s/mlxd/mxld/.jhb2003-02-251-1/+1
* Convert to new disk API.sos2003-02-254-85/+42
* Properly teardown the interrupt so we wont panic on detach.sos2003-02-251-7/+13
* Removed the ISA only hooks here, no longer needed..sos2003-02-251-51/+0
* Fix support for the old CMD 646 chips, interrupt setup was wrong.sos2003-02-252-11/+15
* Revert the probe code change.sos2003-02-251-2/+2
* NO_GEOM cleanup:phk2003-02-251-25/+12
* NO_GEOM cleanup:phk2003-02-252-39/+18
* NO_GEOM cleanup:phk2003-02-253-43/+21
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-2/+2
* Cleanup of the d_mmap_t interface.mux2003-02-2515-56/+55
* NO_GEOM cleanup:phk2003-02-243-35/+13
* Fix printf format error.nyan2003-02-241-6/+6
OpenPOWER on IntegriCloud