summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-0526-25/+28
* Don't use struct buf for random small temporary buffers.phk2000-05-051-5/+7
* Don't use getebuf() unless you really need a struct buf. Malloc willphk2000-05-051-10/+12
* Add PCI identification for another SmartArray 4200, which identifiesjlemon2000-05-041-6/+14
* fix the 100% cpu in xmms issuecg2000-05-041-1/+0
* Increase the initial size of a RAID-5 plex lock table to 256 entries,grog2000-05-041-2/+2
* requeststatus: Correct check for striped plex.grog2000-05-041-2/+2
* Don't hide bio structure behind macros like b_ioflags.grog2000-05-041-40/+54
* expand_table: Avoid a race condition which may have been contributinggrog2000-05-041-1/+4
* lockrange: Avoid a race condition which was causing random corruption,grog2000-05-041-6/+5
* remove_drive: correctly obliterate the magic number.grog2000-05-041-7/+15
* Don't hide bio structure behind macros like b_ioflags.grog2000-05-041-27/+35
* Only wake up one process when we're done configuring.grog2000-05-041-2/+2
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-031-2/+0
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-032-2/+0
* Add the logical ID of FUJITSU Modem 33600 PNP/I2.tanimura2000-05-021-0/+1
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-012-0/+896
* Add $FreeBSD$peter2000-05-018-0/+14
* Regen.n_hibma2000-05-012-2/+9
* Add the EzLink adapter Idn_hibma2000-05-011-0/+1
* Add missing $FreeBSD$peter2000-05-016-0/+8
* Convert to struct bio instead of struct buf.phk2000-05-011-90/+75
* Back out t_timeout initializing, now in ttyregisterache2000-05-011-1/+0
* Initialize t_timeout to -1 for console to set its default value once in ttyopenache2000-05-011-0/+1
* Split out the ISA bus front end code into its own file. PCCARD attachmentmdodd2000-05-014-297/+472
* Fix for the HP burners (and possibly other broken drives to)sos2000-05-011-13/+5
* Now that I've got reports that this works, let's turn the debugging off.imp2000-05-011-4/+0
* - Merge sl_probe() and ni_probe().mdodd2000-05-011-84/+47
* Adjust to accomodate recent changes to the rcvdata and rcvmsgarchie2000-05-011-4/+6
* Phase mismatch handling from SCRIPTS had beengroudier2000-04-301-3/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-304-10/+10
* Peter and I cross-committed: this file needs sys/kernel.h now.phk2000-04-291-0/+1
* Return 0 from attach.imp2000-04-291-1/+1
* s/biowait/bufwait/gphk2000-04-292-8/+8
* Remove unneeded #include <sys/kernel.h>phk2000-04-2916-16/+0
* Add a missing MODULE_DEPEND() on miibus.. I was working frompeter2000-04-291-0/+2
* Depend on miibus.peter2000-04-295-0/+10
* Provide a tag so that miibus consumers can depend on the module,peter2000-04-291-0/+2
* Stick a module dependency on 'splash' in the saver declaration macro sopeter2000-04-292-2/+6
* This new version adds support for early NCR chips.groudier2000-04-296-2116/+4517
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-284-12/+16
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeimp2000-04-281-2/+2
* make the example compile again.n_hibma2000-04-271-0/+2
* Added PC-98 supports.nyan2000-04-271-0/+41
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-271-0/+5
* duh, i forgot to change a bitmask, sorry alexandercg2000-04-261-1/+1
* Driver for DEC "Tulip" based WAN cards from LanMedia Corporation.phk2000-04-266-569/+601
* fix minor numbers for multi-channel devicescg2000-04-261-8/+6
* repo-copied to sys/gnu/dev/sound/pci/emu10k1.hcg2000-04-261-672/+0
OpenPOWER on IntegriCloud