summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix adjkerntz expression priorityache1996-04-051-3/+3
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-051-5/+7
* 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
* Moved rtcin() to clock.c.bde1996-03-311-1/+14
* Fixed group of some more disk devices.bde1996-03-291-9/+9
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-282-13/+12
* Fixed ownerships of callout devices.bde1996-03-271-9/+13
* Moved the initialization of the devfs devices to after the initializationbde1996-03-271-7/+9
* Whoops, back out the last commit, which was accidentally committed atnate1996-03-231-16/+1
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-231-2/+17
* 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
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Added some delays to the probe. This might fix some incompatible UARTsbde1996-02-251-1/+4
* Don't turn off the motor on active drives. The motor timeout maybde1996-02-251-1/+12
* use devfs_add_devswf and avoid local variable.phk1996-02-131-5/+3
* Close kern/627 - panic if syscons not attachedpst1996-02-081-1/+3
* Deliver all bells to current console, use different pitchache1996-02-051-11/+13
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-1/+2
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-271-9/+12
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-1/+2
* Change RUKEYMAP sligtlyache1996-01-251-3/+3
* Avoid local sprintfs and other printf'isms.phk1996-01-251-22/+18
* Since new bcd* macros not argument range overflow resistant,ache1996-01-161-4/+2
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-151-23/+12
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-151-11/+22
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-23/+12
* Fixed handling of Feb 29 in resettodr().bde1996-01-121-5/+11
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-081-14/+12
* Convert DDB to new-style option.wollman1996-01-043-3/+9
* Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support atbde1995-12-301-1/+3
* Oops, this should have been committed with the other Hayes ESP changes.bde1995-12-291-0/+76
* Added support for the Hayes ESP serial card.bde1995-12-291-1/+120
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-241-4/+4
* Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasbde1995-12-221-70/+54
* Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-201-2/+2
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-3/+2
* Fixed staticization of DDB functions.bde1995-12-141-2/+2
* Removed my devsw access functions [un]register_cdev() andbde1995-12-141-6/+9
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.bde1995-12-102-6/+6
* Staticize and cleanup.phk1995-12-108-104/+86
* clean a few DEVFS things..julian1995-12-091-8/+8
* Julian forgot to make the *devsw structures static.phk1995-12-083-6/+6
* Pass 3 of the great devsw changesjulian1995-12-084-108/+166
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+4
OpenPOWER on IntegriCloud