summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Y.A.B.M (Yet Another Bogus Makefile)jkh1995-01-241-2/+2
* Decrease MCLBYTES from 4k back to 2k. It isn't likely that we'll be doingdg1995-01-231-2/+2
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)dg1995-01-232-13/+71
* Kill redundant declarations of d_open_t and d_close_t.dg1995-01-231-3/+1
* if_ze was not updated when the arp_ifinit stuff was done. now it is.phk1995-01-231-10/+2
* Moved the typedefs of d_<foo>_t into sys/sys/conf.h and used them inphk1995-01-231-17/+1
* Nobody seems to need "mem_no" anymore, so I zapped it.phk1995-01-231-3/+1
* Fixed $Id$phk1995-01-231-1/+1
* Add support for Olof Johansson's WD7000 driver.jkh1995-01-231-0/+745
* Add support for Olof Johansson's WD7000 driver.jkh1995-01-233-3/+8
* Initialize SIMODE1, SCSIID, and SXFRCTL1 in ahc_init instead of at eachgibbs1995-01-221-7/+52
* Change the string returned in the aic7870 motherboard probe case. Changegibbs1995-01-221-5/+4
* Don't use mi_switch() to terminate cpu_exit(). Calling it just happened tobde1995-01-211-8/+3
* Remove unused definitions of vm statistics counters. Most of thebde1995-01-211-3/+1
* Don't count context switches here, they are already counted in mi_switch().bde1995-01-211-4/+1
* Keep track of open devices better to avoid closing the console device whenbde1995-01-211-26/+50
* Second round in syscons update:sos1995-01-203-311/+532
* Removed hardcoded definition for RB_SERIAL that I left in my accidentwpaul1995-01-201-2/+2
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-206-54/+472
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-202-13/+26
* Submitted by: Bruce Evansats1995-01-192-60/+18
* Print out exactly what we think the board is, and for the latestdufault1995-01-191-26/+35
* Enable floppy-tape controller by default again. Flags no longer has anyjkh1995-01-171-5/+2
* The %eflags checking introduced in the previous commit was too zealous.bde1995-01-171-7/+14
* Add $Ids. Use DMA for downloading SCBs to the sequencer. Implement SDTR,gibbs1995-01-162-86/+125
* Add $Id. Recognize motherboard aic7870 based controllers.gibbs1995-01-161-0/+7
* Add $Idgibbs1995-01-162-0/+4
* Fixed some page table reference count problems; these changes may not bedg1995-01-151-3/+5
* Some fixes to device configuration, now that I've had a chance to do itwollman1995-01-151-12/+51
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-147-199/+223
* Define some public labels for use by trap().bde1995-01-141-1/+22
* Remove bogus scd0 driver - I should have looked at LINT first, anyway.jkh1995-01-141-2/+1
* Enable define of CR0_AM to prepare for implementing alignment checking.bde1995-01-141-7/+3
* Declare a real `struct fpreg' to prepare for implementing reading andbde1995-01-141-6/+13
* Remove reference to impossible trap type T_KDBTRAP. We don't supportbde1995-01-141-8/+9
* Eliminate T_KDBTRAP, which will soon go away. It was only used for anbde1995-01-141-23/+21
* Add missing object_lock/unlock.dg1995-01-141-1/+5
* Put UCONSOLE back - I was wrong, it's still used in one last place.jkh1995-01-143-3/+14
* Oops, forgot one change when DDB is defined.sos1995-01-131-2/+2
* Use (n - 1) in ESC [ xxx d and ESC [ xxx `ache1995-01-131-3/+3
* Point dependancy to i386/scsigibbs1995-01-131-2/+2
* Point include to i386/scsigibbs1995-01-131-2/+2
* Generic support for the entire aic7x70 line of adaptors. No one elsegibbs1995-01-132-449/+619
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesgibbs1995-01-136-3563/+246
* Back out cursor wrap (restore original thing)ache1995-01-121-2/+2
* Argl!, finally found this bummer. The code testing for a write-joerg1995-01-121-36/+10
* 1. Remove UCONSOLE. This appears to be well and truly dead (unless it'sjkh1995-01-123-23/+3
* Submitted by: Mikael Hybsch <micke@dynas.se>se1995-01-121-3/+9
* here ip_fw.c lived once..correct me if i am wrong butugen1995-01-121-2/+1
* First round in syscons update. Several new features has been added:sos1995-01-122-368/+525
OpenPOWER on IntegriCloud