aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/conf
Commit message (Expand)AuthorAgeFilesLines
* Disable PREEMPTION option. It causes some problem on pc98.Yoshihiro Takahashi2007-05-131-1/+1
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.Kevin Lo2007-05-101-0/+1
* Remove trailing '.' for consistency!Pawel Jakub Dawidek2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.Pawel Jakub Dawidek2007-04-101-0/+1
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedBrooks Davis2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-1/+1
* Remove the KDTRACE option again because of the complaints about havingJohn Birrell2006-11-041-3/+0
* Build in kernel support for loading DTrace modules by default. ThisJohn Birrell2006-11-041-0/+3
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.John Birrell2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesJohn Birrell2006-10-261-0/+3
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+1
* Move "device splash" back to MI NOTES and "files", it's MI.Ruslan Ermilov2006-10-231-2/+0
* Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,Ruslan Ermilov2006-10-231-1/+0
* - MFi386: Remove 'device io'.Yoshihiro Takahashi2006-10-201-12/+0
* Move more MD devices and options out of MI NOTES.Dag-Erling Smørgrav2006-10-201-11/+2
* Remove references to pccard.confWarner Losh2006-10-191-1/+1
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bySimon L. B. Nielsen2006-10-051-1/+0
* Added COMPAT_FREEBSD6 option.Ruslan Ermilov2006-09-261-0/+1
* Remove sio(4) and related options from MI files to amd64, i386Marcel Moolenaar2006-07-291-0/+38
* Make the firmware assist driver resident inMatt Jacob2006-07-091-0/+1
* Backed out the change by request from rwatson.Sergey Babkin2006-06-261-1/+0
* The common UID/GID space implementation. It has been discussed on -archSergey Babkin2006-06-251-0/+1
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'sAlexander Leidinger2006-06-151-1/+0
* Make the ISAPNP code optional and only enable it on i386 and pc98 (usedMarius Strobl2006-06-121-0/+1
* Enable a few more things in x86 NOTES to get broader LINT coverage:John Baldwin2006-06-121-1/+5
* Add the ability to subset the devices that UART pulls in. This allowsWarner Losh2006-06-121-0/+4
* - Add C-bus and ISA front-ends for le(4) so it can actually replaceMarius Strobl2006-05-172-2/+9
* - As only the PCI front-end of le(4) is common to all platforms move itsMarius Strobl2006-05-171-2/+2
* Kill more references to lnc(4).Ruslan Ermilov2006-05-161-1/+1
* Switch from the lnc driver to the le driver. But C-NET(98)S support isYoshihiro Takahashi2006-05-153-11/+2
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the LinuxDoug Ambrisko2006-05-091-0/+4
* Add the ath and the wlan crypto support.Yoshihiro Takahashi2006-05-082-0/+14
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-2/+0
* MFi386: revision 1.1220.Yoshihiro Takahashi2006-03-041-3/+2
* The asr driver was moved to NOTES for i386. So 'nodevice asr' is notYoshihiro Takahashi2006-02-091-1/+0
* MFi386: Enable the ce(4).Yoshihiro Takahashi2006-02-021-0/+4
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)Poul-Henning Kamp2006-01-101-0/+1
* Enable the cs and disable the amdsmb and nfsmb on pc98.Yoshihiro Takahashi2005-12-221-1/+2
* Move device 'cs' into i386/pc98 specific NOTES. It is broken on ppcWarner Losh2005-12-201-0/+2
* MFi386: revision 1.1215 (add savagedrm).Yoshihiro Takahashi2005-11-301-0/+1
* - Allow duplicate "machine" directives with the same arguments.Ruslan Ermilov2005-11-273-9/+1
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itJohn Baldwin2005-11-211-0/+2
* MFi386: Remove obsolete options.Yoshihiro Takahashi2005-11-091-1/+0
* Move the isa, npx, mem and io devices and the PC98 option from GENERICYoshihiro Takahashi2005-10-282-7/+19
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to allJohn Baldwin2005-10-241-1/+1
* Remove the sx(4) driver at the request of the author. The authorJohn Baldwin2005-10-141-3/+0
* Polling is now configured with help of ifconfig(8), not sysctl.Gleb Smirnoff2005-10-071-4/+4
* Switch from OLDCARD to NEWCARD on pc98.Yoshihiro Takahashi2005-09-273-7/+6
* Remove references to OLDCARD.Warner Losh2005-09-252-16/+1
* Introduce a kernel config for the Mandatory Access Control framework.Christian S.J. Peron2005-09-181-0/+28