summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Make pcibus_check() ignore Device/Vendor IDs of all 0.se1996-04-301-2/+2
* slight re-ordering to allow the qcam to compile with devfs enabled.julian1996-04-291-8/+14
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-261-2/+1
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-233-162/+150
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-5/+23
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowgibbs1996-04-201-2/+2
* Whoops, shouldn't really have been here, but what the heck: remove somephk1996-04-181-5/+3
* Support FreeBSD v2.1pst1996-04-171-19/+17
* Add in linux support for the quickcam driver bottom half andpst1996-04-171-23/+69
* Oops, include opt_pcvt_hdr.h before the key value in it is used.bde1996-04-131-2/+2
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-131-3/+3
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-132-15/+21
* Declared `unittab' as static. It was bogusly shared between the asc andbde1996-04-132-3/+7
* Improve the handling of receive errors. Fix a nasty bug in the receivejhay1996-04-121-55/+162
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-114-4/+12
* Added a note about OPTi 82C929 based cards.smpatel1996-04-111-5/+10
* Added documentation for "options PAS_JOYSTICK_ENABLE"scrappy1996-04-111-1/+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
* Added isa_dmadone() to fix the errors the sound driver has been complainingsmpatel1996-04-082-10/+13
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-084-3/+18
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-082-50/+118
* Added a $Id$ keyword. Bruce still needs to put a copyright noticewollman1996-04-081-0/+5
* Replace usage of buf->b_actf with queue.3 and buf->b_act.phk1996-04-081-7/+5
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilydg1996-04-081-6/+1
* Use rdtsc() function instead of inline essembler.bde1996-04-071-6/+2
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-073-8/+9
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-075-7/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-076-13/+6
* Fixed devfs device names and numbers.bde1996-04-071-35/+71
* Fix adjkerntz expression priorityache1996-04-051-3/+3
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-051-5/+7
* Work around a braindead signal handling in many newer HP printers.joerg1996-04-041-8/+26
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-28/+35
* Fetch the (dummy) READY CHANGED condition interrupt stati thatjoerg1996-03-311-1/+8
* Fix a bogus message:joerg1996-03-311-2/+2
* Moved rtcin() to clock.c.bde1996-03-311-1/+14
* Killed religous FASTER_NOP again.bde1996-03-311-5/+1
* Override the unit number passed into us in the isa_device structure withgibbs1996-03-311-1/+8
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-291-3/+30
* Fixed devfs group of some more disk devices.bde1996-03-291-8/+11
* Fixed group of some more disk devices.bde1996-03-291-9/+9
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-38/+36
* Added DEVFS support to create ttyv* devicesscrappy1996-03-281-2/+19
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-2823-241/+176
* Fixed ownerships of callout devices.bde1996-03-272-23/+26
* 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-9/+9
OpenPOWER on IntegriCloud