summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-261-2/+1
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondaryasami1996-04-251-2/+2
* Add missing "int" to static var.asami1996-04-241-2/+2
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-233-162/+150
* Turn on SCB paging for aic7770 chips rev E or greater.gibbs1996-04-202-13/+33
* Implement SCB paging. This allows up to 255 active commands ongibbs1996-04-202-100/+181
* Update PCI bus code from my current sources:se1996-04-141-155/+165
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-131-3/+3
* Improve the handling of receive errors. Fix a nasty bug in the receivejhay1996-04-122-110/+324
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-2/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-101-3/+1
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-101-1/+3
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-081-1/+3
* Removed sections 3 and 4 from my copyright.dg1996-04-082-12/+2
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilydg1996-04-081-6/+1
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-5/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-073-7/+3
* Removed unused declaration of bootverbose.bde1996-04-071-2/+1
* Fixed devfs device names and numbers.bde1996-04-071-35/+71
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Fetch the (dummy) READY CHANGED condition interrupt stati thatjoerg1996-03-311-1/+8
* Fix a bogus message:joerg1996-03-311-2/+2
* aic7xxx.seq:gibbs1996-03-315-31/+21
* Fixed group of some more disk devices.bde1996-03-291-9/+9
* Fixed missing quote in a devfs string.bde1996-03-291-2/+2
* A bug fix and a couple of new modes for the meteor driver.jkh1996-03-281-1/+5
* Removed an unused devfs variable again.bde1996-03-281-2/+2
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-4/+6
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-288-97/+78
* Reviewed by: julian@freebsd.orgscrappy1996-03-281-0/+1
* Fixed ownerships of callout devices.bde1996-03-273-37/+39
* Moved the initialization of the devfs devices to after the initializationbde1996-03-271-7/+9
* Fixed name of /dev/speaker (it's not spkr).bde1996-03-271-4/+4
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-6/+6
* Change how mirror writes are handled, according to the discussion on theasami1996-03-261-9/+39
* Eliminate reference to ac_ipaddr in FreeBSD case.fenner1996-03-231-2/+2
* Ported to 2.2-current. Uses [bc]devsw_add(), and is also now a properasami1996-03-211-69/+66
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-191-2/+2
* Always dsgone() slices when we leave.phk1996-03-171-3/+2
* Fix/cleanup raw partition open/close codeache1996-03-171-23/+20
* This is a revised fe, Ethernet driver for MB8696x based adapters.jkh1996-03-172-503/+800
* Changes to the Digi/Arnet SYNC driver:peter1996-03-174-328/+559
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.jmz1996-03-161-1/+1
* Add code to make it a loadable kernel modulejmz1996-03-151-0/+46
* aha1742.c:gibbs1996-03-101-4/+4
* Reset the DMA control register whenever we reset the sequencer.gibbs1996-03-102-48/+22
* Convert a timeout loop from 100 iterations of 15uS to 50rgrimes1996-03-091-2/+2
* Make the handshake lines do the right thing. This is untested by the authorpeter1996-03-032-26/+28
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Hopefully, this will fix the problems that some people have been having withjkh1996-03-021-1/+14
OpenPOWER on IntegriCloud