aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change the logic of the interrupt/poll loop. It no longer loops untilPeter Wemm1996-05-051-4/+15
* Change the compiled-in polling parameters to a sysctl setting.Peter Wemm1996-05-051-7/+11
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-2/+2
* Typo.Poul-Henning Kamp1996-05-031-2/+2
* Forget that TAILQ's must be init'ed.Poul-Henning Kamp1996-05-032-2/+4
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).Poul-Henning Kamp1996-05-033-33/+27
* Fix ^[[1K (clear from beginning of line to cursor) andAndrey A. Chernov1996-05-021-4/+4
* removed:Poul-Henning Kamp1996-05-021-3/+3
* KGDB is dead. It may come back one day if somebody does it.Poul-Henning Kamp1996-05-023-83/+3
* Fixed a race that caused panics in kernel printfs when the screen timeoutBruce Evans1996-05-011-2/+5
* Removed options MAXCONS & HARDFONT, they are no longer in useSøren Schmidt1996-04-261-2/+1
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondarySatoshi Asami1996-04-251-2/+2
* Add missing "int" to static var.Satoshi Asami1996-04-241-2/+2
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-233-162/+150
* Turn on SCB paging for aic7770 chips rev E or greater.Justin T. Gibbs1996-04-202-13/+33
* Implement SCB paging. This allows up to 255 active commands onJustin T. Gibbs1996-04-202-100/+181
* Update PCI bus code from my current sources:Stefan Eßer1996-04-141-155/+165
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.Bruce Evans1996-04-131-3/+3
* 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