summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Correct the comment for the last commit.gibbs1999-05-171-1/+1
* Fix whitespace. Correct a comment.gibbs1999-05-171-15/+18
* Add `xe', the Xircom PC Card Ethernet driver.obrien1999-05-151-2/+3
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-151-6/+11
* Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switchgibbs1999-05-141-2/+1
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Correct comment to refer to kget(8).jkoshy1999-05-141-3/+3
* Add ucmpdi2.c to the i386 libkern build.gibbs1999-05-141-1/+2
* Add the `xe' Xircom PC Card driver.obrien1999-05-144-4/+10
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines werebde1999-05-132-18/+23
* Renamed the private copies of strlen and strcpy to gdb_strlen andbde1999-05-131-4/+3
* Unbreak VESA on SMP.luoqi1999-05-1213-38/+42
* VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words.luoqi1999-05-122-5/+5
* Fix dev_t/minor problemspeter1999-05-123-23/+31
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-121-4/+4
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-118-16/+18
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-112-3/+5
* Do not hardcode size of struct vm86frame.luoqi1999-05-112-4/+10
* Trap frame size has increased by 4.luoqi1999-05-111-3/+3
* Make the driver work on HP8100 and the newer Philips that does notsos1999-05-112-48/+6
* Change the INIT_PATH option example to use colons instead of semi-colonsjb1999-05-112-4/+4
* Fixed reset handling for motor off resets. I first fixed this togetherbde1999-05-111-2/+3
* The Intel Pentium Pro's performance counters are 40 bits wide. The Intelalc1999-05-111-3/+3
* Fixed checking for maddr/msize conflicts. It was complete nonsense,bde1999-05-101-7/+6
* correct params for sndmmap(). Don't bogo-initialize fields we don'tphk1999-05-101-3/+2
* Add missing suspend/resume methods.dfr1999-05-102-2/+10
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-8/+8
* [Forgot to commit this in the batch a few days ago.]bde1999-05-101-1/+3
* Clean out some unused leftovers from before the split from the old isa.c.peter1999-05-091-15/+3
* Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP)..peter1999-05-091-30/+16
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-092-4/+4
* loadandclear() uses an atomic instruction (even on SMP, where it's anpeter1999-05-092-5/+5
* #ifdef BRIDGE around a goto label used by the bridge code to silcence apeter1999-05-092-2/+6
* Move KERNEL?=kernel to top of the file where it's more obvious and addpeter1999-05-091-21/+18
* Put an example of 'makeoptions KERNEL=foo' to replace the oldpeter1999-05-092-2/+10
* don't confuse units and devices.phk1999-05-091-6/+4
* Reserve 124 for USB Communications Class Driversn_hibma1999-05-091-1/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-092-4/+4
* Move a couple of bits of (now) static content from config(8) (ie: %LOAD)peter1999-05-091-8/+13
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-093-15/+3
* Oops. If ROOTDEVNAME isn't defined, have -r call -a.phk1999-05-091-1/+5
* no longer used.phk1999-05-091-134/+0
* Major lobotomy of config(8). Thephk1999-05-096-29/+138
* Fix a couple of warnings and some bitrot in comments.peter1999-05-093-10/+7
* Always use the module system, rather than in an #ifdef.peter1999-05-091-10/+1
* Quiet a warning, put a #if 0 around some (I believe) unused static structs.peter1999-05-091-0/+2
* Move opt_sio.h options to conf/options and activate in isa/sio.cpeter1999-05-091-4/+1
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-092-4/+4
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-9/+2
OpenPOWER on IntegriCloud