aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Improve the handling of receive errors. Fix a nasty bug in the receiveJohn Hay1996-04-122-110/+324
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.Bruce Evans1996-04-111-2/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideaMarc G. Fournier1996-04-101-3/+1
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in theMarc G. Fournier1996-04-101-1/+3
* Update drivers to use isa_dma_acquire() and isa_dma_release()Sujal Patel1996-04-081-1/+3
* Removed sections 3 and 4 from my copyright.David Greenman1996-04-082-12/+2
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilyDavid Greenman1996-04-081-6/+1
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.Bruce Evans1996-04-071-5/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-073-7/+3
* Removed unused declaration of bootverbose.Bruce Evans1996-04-071-2/+1
* Fixed devfs device names and numbers.Bruce Evans1996-04-071-35/+71
* changed from using dev_link() to devfs_link()Marc G. Fournier1996-04-021-3/+3
* Fetch the (dummy) READY CHANGED condition interrupt stati thatJoerg Wunsch1996-03-311-1/+8
* Fix a bogus message:Joerg Wunsch1996-03-311-2/+2
* aic7xxx.seq:Justin T. Gibbs1996-03-315-31/+21
* Fixed group of some more disk devices.Bruce Evans1996-03-291-9/+9
* Fixed missing quote in a devfs string.Bruce Evans1996-03-291-2/+2
* A bug fix and a couple of new modes for the meteor driver.Jordan K. Hubbard1996-03-281-1/+5
* Removed an unused devfs variable again.Bruce Evans1996-03-281-2/+2
* Switched from using devfs_add_devsw() to devfs_add_devswf()Marc G. Fournier1996-03-281-4/+6
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-288-94/+75
* Reviewed by: julian@freebsd.orgMarc G. Fournier1996-03-281-0/+1
* Fixed ownerships of callout devices.Bruce Evans1996-03-273-37/+39
* Moved the initialization of the devfs devices to after the initializationBruce Evans1996-03-271-7/+9
* Fixed name of /dev/speaker (it's not spkr).Bruce Evans1996-03-271-4/+4
* Fixed group of disk devices (was wheel or games, now operator).Bruce Evans1996-03-271-6/+6
* Change how mirror writes are handled, according to the discussion on theSatoshi Asami1996-03-261-9/+39
* Eliminate reference to ac_ipaddr in FreeBSD case.Bill Fenner1996-03-231-2/+2
* Ported to 2.2-current. Uses [bc]devsw_add(), and is also now a properSatoshi Asami1996-03-211-69/+66
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-2/+2
* Always dsgone() slices when we leave.Poul-Henning Kamp1996-03-171-3/+2
* Fix/cleanup raw partition open/close codeAndrey A. Chernov1996-03-171-23/+20
* This is a revised fe, Ethernet driver for MB8696x based adapters.Jordan K. Hubbard1996-03-172-502/+799
* Changes to the Digi/Arnet SYNC driver:Peter Wemm1996-03-174-322/+553
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.Jean-Marc Zucconi1996-03-161-1/+1
* Add code to make it a loadable kernel moduleJean-Marc Zucconi1996-03-151-0/+46
* aha1742.c:Justin T. Gibbs1996-03-101-4/+4
* Reset the DMA control register whenever we reset the sequencer.Justin T. Gibbs1996-03-102-48/+22
* Convert a timeout loop from 100 iterations of 15uS to 50Rodney W. Grimes1996-03-091-2/+2
* Make the handshake lines do the right thing. This is untested by the authorPeter Wemm1996-03-032-26/+28
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+2
* Hopefully, this will fix the problems that some people have been having withJordan K. Hubbard1996-03-021-1/+14
* Fix media type determination.Justin T. Gibbs1996-02-283-10/+8
* Fix re-sense codeAndrey A. Chernov1996-02-271-4/+6
* rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksAndrey A. Chernov1996-02-271-58/+71
* Clean up the 3c5x9 driver and add an eisaconf probe to it. This shouldJustin T. Gibbs1996-02-262-187/+256
* 3c5x9.c:Justin T. Gibbs1996-02-262-2/+310
* Added some delays to the probe. This might fix some incompatible UARTsBruce Evans1996-02-251-1/+4
* Don't turn off the motor on active drives. The motor timeout mayBruce Evans1996-02-251-1/+12
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitStefan Eßer1996-02-191-3/+5