summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Nuke the printing of the unredirect message unless bootverbose.fsmp1997-05-273-9/+21
* Fix problem introduced in the CMD640 workaround which could leadse1997-05-271-2/+6
* Staticize.bde1997-05-275-25/+27
* scprobe() referred to the psm_softc structure even after it wasyokota1997-05-271-10/+8
* Yet another fix for configuration mechanism 1 register accesses:se1997-05-264-16/+20
* Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.se1997-05-264-8/+8
* Set enable bit when writing the configuration address in configurationse1997-05-264-8/+8
* Fix breakage from my last commit where mp_start() was missing from UP builds.fsmp1997-05-261-2/+4
* Changed inclusion of isa/icu.s to isa/ipl.s.fsmp1997-05-261-17/+21
* Split vector.s into UP and SMP specific files:fsmp1997-05-268-584/+1408
* Completely replace the PCI bus driver code to make it better reflectse1997-05-266-1852/+856
* Add support for shared interrupts to the kernel. This code is meantse1997-05-262-58/+209
* Added a test called 'LATE_START'.fsmp1997-05-265-576/+609
* Removed global hwisrs, replacing it with vec (formerly static to icu.s).fsmp1997-05-251-2/+2
* Made the array vec[] a global.fsmp1997-05-253-15/+12
* uncomment wl again now that it compiles...peter1997-05-252-6/+4
* Make the multicast code compile under -current. This has not been reviewedpeter1997-05-251-1/+38
* Fix(?) two volatile cast warnings. The buffer is volatile within thepeter1997-05-251-3/+3
* match the #include opt_ file with options.i386 (it has opt_wavelan.h)peter1997-05-251-1/+1
* Broke up parse_mp_table() into 2 passes:fsmp1997-05-253-468/+672
* Minor cleanup.fsmp1997-05-251-9/+12
* Delay mp_start() till after the msgbuf is mapped. We really want to delayfsmp1997-05-241-6/+4
* Now that panic() is properly printing messages for early SMP panics allfsmp1997-05-243-153/+81
* The wavelan driver doesn't even compile!peter1997-05-242-4/+6
* Fix support for the Hitachi CDR7730 IDE cdrom drive.sos1997-05-231-2/+4
* typo (Cyirx -> Cyrix).charnier1997-05-231-2/+2
* Convert all:fsmp1997-05-223-81/+147
* Make the default for NINTR really large (ie 64).fsmp1997-05-221-2/+2
* Add 'wl' Wavelan driver.msmith1997-05-224-0/+2788
* Add the 'wl' ISA Wavelan driver.msmith1997-05-224-4/+10
* This commit affects ELF kernels only.jdp1997-05-216-182/+350
* Fill out the ELF header files to make them more or less complete.jdp1997-05-211-0/+106
* Add new C global names also referenced from assembly language.jdp1997-05-211-1/+59
* Make setbits() SMP-safe. Eliminate the SETBITS() macro, and replacejdp1997-05-212-17/+12
* Several bug fixes for the ee16 support from Richard Straka:gibbs1997-05-211-86/+111
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-05-193-3/+34
* Recognize AMD 486 CPUs.kato1997-05-191-1/+16
* Whoops, missed a zero there. Flags 0x10000 it is.phk1997-05-181-2/+2
* Flags 0x1000 on sio now disables the dreaded test#3.phk1997-05-181-2/+3
* Detect various supersets of 16550A based on fifo depth.phk1997-05-181-4/+39
* Removed some useless code:bde1997-05-162-24/+2
* Ignore the supplied nfs_diskless structure from the bootstrap loadertegge1997-05-151-1/+3
* Update netboot manual page.tegge1997-05-152-53/+64
* 1) font loading (two fixes)yokota1997-05-152-22/+37
* Bring in some improved bootp support for netboot submitted by Luigi:tegge1997-05-148-87/+213
* Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,asami1997-05-131-2/+2
* save/restore %ebx, %esi and %edi when calling bios routines.tegge1997-05-121-12/+38
* - fixed typoandreas1997-05-111-2/+5
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-113-3/+24
* Fixed initialization of ldt[]. Unused entries were garbage. A commentbde1997-05-111-4/+8
OpenPOWER on IntegriCloud