summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* <machine/vmparam.h> is the right place to get KERNBASE, so don't specialobrien2003-02-241-1/+1
* o instead of applying arbitrary tunables, just honor the COP_F_BATCHsam2003-02-241-73/+46
* Wrap the static endian functions to shutup GCC.obrien2003-02-241-0/+2
* Use the correct size for reading and writing the PCI config space.marcel2003-02-231-5/+5
* It seems that sound(4)'s feeder routines don't need to allocate memorygreen2003-02-233-11/+8
* PAGE_SIZE is unsigned on all our platforms, and is a long on some.obrien2003-02-231-2/+2
* Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian()obrien2003-02-231-0/+18
* NO_GEOM cleanup:phk2003-02-231-91/+27
* NO_GEOM cleanup:phk2003-02-234-66/+18
* Fix the detach code to actually detach the disk instance createdphk2003-02-231-5/+1
* Remove a goto the very next statement.phk2003-02-231-3/+0
* Temporarily disable tagged queueing while I figure out why it broke.sos2003-02-231-1/+2
* Fix chipset setup problem on older ALI chips.sos2003-02-231-9/+14
* Fix timeout when using UDMA speeds, bad chip setup.sos2003-02-231-3/+0
* The ether_ifdetach() function requires only one argument now.nyan2003-02-231-1/+1
* Move ar_devclass definition to if_ar.c.nyan2003-02-232-2/+2
* Fix compilation on non-i386 machines. Inconsistent conditionalmarcel2003-02-231-3/+5
* Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* o Add back support for DXS channels.orion2003-02-222-84/+302
* Use DISKFLAG_OPEN rather than maintaining our own flag.phk2003-02-221-23/+2
* Use nullclose(), not noclose().phk2003-02-221-1/+1
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* NO_GEOM cleanup: unifdef -UNO_GEOMphk2003-02-222-29/+0
* NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"phk2003-02-211-5/+5
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andbmilekic2003-02-211-13/+0
* NO_GEOM cleanup:phk2003-02-214-13/+24
* NO_GEOM cleanup:phk2003-02-219-9/+9
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-212-57/+0
* Oops, forgot to put back debug level.simokawa2003-02-211-1/+1
* remove unused code.simokawa2003-02-211-1/+2
OpenPOWER on IntegriCloud