summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bring support in for Intel Wired for Management 1.1 (PXE 0.99 andps2000-04-262-45/+96
* Remove dummy read_random function since we now have a real one.mjacob2000-04-261-10/+0
* Well, make intrhand2_t take a void * arg then. Matches i386.mjacob2000-04-261-2/+2
* LanMedias driver sources for the LMC1000 and similar cards.phk2000-04-266-0/+3746
* Don't disable interrupts when calling a vm86 mode interrupt or routinejhb2000-04-262-4/+4
* remove "register" specifiers to supress compiler warning.kjc2000-04-261-2/+2
* Remove unused variable.mjacob2000-04-261-1/+0
* Ignore tulip chips on LanMedia WAN cards.phk2000-04-252-0/+14
* Clone the {b|bio}_offset field, and make sure it is always initializedphk2000-04-256-18/+21
* First cut at adding CIS reading to xe driver. I don't have a cardimp2000-04-252-9/+16
* Checkin my first batch of New Mexico changes:imp2000-04-254-43/+48
* More machdep/random.h -> sys/random.h fixes.bp2000-04-256-12/+6
* Fix a long-standing bug which caused massive character loss in remotegrog2000-04-252-10/+30
* Add linker_if.m to the mix.obrien2000-04-241-0/+1
* Use kern/kern_random.c.obrien2000-04-241-1/+0
* Disable the returning of "wedged" commands; this is wrong and needs to bemsmith2000-04-241-1/+8
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportwpaul2000-04-246-3626/+3638
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-2415-492/+12
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-246-445/+635
* Remove a debugging define which I left by mistake.dfr2000-04-241-1/+0
* Cosmetic to make errors messages look similar.dmlb2000-04-241-4/+4
* Moved debugging definitions to a header file.dmlb2000-04-241-1313/+1042
* Bit mask definitions for firmware versioning.dmlb2000-04-241-74/+89
* Initial import.dmlb2000-04-241-0/+126
* Make the moved about version compile and rundmlb2000-04-241-2/+6
* - Added support for 1bpp and 4bpp BMP files.yokota2000-04-242-136/+164
* Fix the grammar in my previous commit "lose" -> "loss".mpp2000-04-241-1/+1
* implement settrigger according to speccg2000-04-233-27/+40
* maybe make cmi8330 work - no feedback yetcg2000-04-231-6/+19
* Fix a typo in the comments.mpp2000-04-231-1/+1
* Disable PCI BIOS on PC-98.nyan2000-04-232-2/+6
* Sync with the following changes.nyan2000-04-233-3/+11
* Hide annoying message under boot-verbose.phk2000-04-231-2/+3
* Sync with sys/conf/options.i386 revision 1.135.nyan2000-04-231-3/+0
* Enforce and respect the 8 unit limit.phk2000-04-231-1/+3
* Sync with sys/i386/conf/GENERIC revision 1.252.nyan2000-04-232-2/+2
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treewollman2000-04-233-157/+202
* Fix a warning with a forward struct declaration.wollman2000-04-231-0/+4
* Quiet an unused variable warning by commenting out a variable declarationgreen2000-04-222-2/+2
* Implement POSIX.1b shared memory objects. In this implementation,wollman2000-04-223-2/+32
* - PC-98 uses IRQ2 too.nyan2000-04-224-4/+52
* Add $FreeBSD$.wollman2000-04-222-0/+34
* Release allocated resources and return ENXIO on error.nyan2000-04-222-14/+32
* Enable PnP attachment for parallel port controllers.wollman2000-04-222-12/+22
* Changed interrupt level to splcam() because of the bs driver is CAM driver.nyan2000-04-221-2/+4
* Make sure the driver's ops table has been initialised before callingdfr2000-04-221-0/+5
* Moved functions around so that they are grouped a little more sensibly.dmlb2000-04-221-1012/+1016
* initsd(): Complete the intention of revision 1.25 and write init data to disk.grog2000-04-221-5/+6
* - Fix a problem with the cdevsw struct that prevented the kernel frommdodd2000-04-223-55/+52
* Convert the magic MFS device to a VCHR.phk2000-04-222-7/+5
OpenPOWER on IntegriCloud