summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
Commit message (Collapse)AuthorAgeFilesLines
* We don't support USB devices in PAE mode, so catch up with GENERIC rev 1.402.obrien2004-05-101-0/+1
|
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
| | | | partitions on a single disk.
* Spell Ethernet correctly.obrien2004-05-021-10/+10
|
* Switch to using the moved cy driver (adjust pathnames and remove "count"bde2004-05-021-1/+1
| | | | | | | | parameter). Keep using it only in the i386 NOTES for now. It is fairly MI, but it doesn't use bus-space and has a couple of i386 i/o instructions in pci intitialization.
* Add rue(4) USB ethernet driver, which for some reason has been missed.sobomax2004-04-261-0/+1
|
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+3
| | | | | | | | | gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the acpi4asus project which implements these features in the Linux kernel. If this breaks your laptop, please let me know how it does it :-) Approved by: njl (mentor)
* Remove npx(4) reference for isa. While true, it is useless (sinceimp2004-04-221-1/+2
| | | | | | there are a lot of other dependencies that preclude the kernel from working). Instead, have a more generic note that isa should not be removed. This should be less confusing for users.
* Improve comment (SMB bus -> System Management Bus)eivind2004-04-161-1/+1
|
* Move ENABLE_ALART to proper place.obrien2004-04-161-1/+5
| | | | Submitted by: bde
* Add note that npx depends on isa.josef2004-04-152-2/+2
| | | | Approved by: green
* sx was randomly added to NOTES. Instead, place it in the miscimp2004-04-141-4/+3
| | | | | | | hardware in properly sorted order. Fix a little disorder while I'm here. Submitted by: bde
* Enable the sx driver on i386 and pc98.nyan2004-04-131-1/+1
|
* Move sx to i386/NOTES for the moment. I missed theimp2004-04-121-0/+4
| | | | enable/disable_intr() in the code.
* Uncomment the cy driver since it works again.bde2004-04-051-3/+2
|
* Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES.vkashyap2004-04-021-0/+8
|
* Fix booting with ps2 keyboards.alfred2004-04-011-1/+0
|
* Initial check-in of the device driver for 3ware's 9000 seriesvkashyap2004-03-301-0/+1
| | | | | PATA/SATA RAID controllers. This driver is a SIM under CAM, and so, behaves like a driver for a SCSI controller.
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.fjoe2004-03-151-0/+5
| | | | MFC after: 2 weeks
* Shorten a long comment.obrien2004-03-151-1/+1
|
* Remove isa compat stuff.imp2004-03-141-1/+0
| | | | | | | Only cy, bs and wd in the tree still use it. I have a replacement for cy that I need to test on ISA and PCI cards. bs and wd are pc98 only drivers that appear to no longer be necessary. I'll be removing them when I hear back from the pc98 people.
* Comment out the cy driver until I can make sure that the new cy driverimp2004-03-141-2/+3
| | | | I have for it works.
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-141-5/+0
| | | | | retire the COMPAT_ISA shims. If someone were to redo this driver with the new APIs and test it, it can return.
* Hints for the le driver are no longer necessary here.imp2004-03-141-5/+0
| | | | Noticed by: ru
* The rdp driver uses the COMPAT_OLD api. This is being retired, soimp2004-03-141-6/+0
| | | | | | this driver is being retired. Remove it from the tree. If someone wants to update it to the latest APIs and can test the hardware, it can return to the tree.
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-141-17/+0
| | | | | that's going away soon. Should someone reimplement it using modern APIs and can test the driver, it can return.
* The le driver uses ISA_COMPAT, which is going away soon. Retire itimp2004-03-141-7/+0
| | | | | and releated files. If someone wants to fix it to use the new APIs and test it, it can be brought back.
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-141-27/+0
| | | | | | | | COMPAT_PCI api. This API is going away, so this driver is going away also. If users are interested in updating this, please contact the author since he has some preliminary work to move this to newer APIs.
* Remove gp driver. It uses the old COMPAT_ISA shims.imp2004-03-141-4/+0
| | | | If this driver is rewritten using newer APIs it can return.
* Remove ctx driver. another scanner. This one uses COMPAT_ISA shimsimp2004-03-141-5/+0
| | | | | | which is going away soon. If someone updates this to the latest APIs and tests it, it can return.
* Remove asc driver, support for GI1904 based hand scanners. Thisimp2004-03-141-6/+0
| | | | | | | driver uses COMPAT_ISA shims, and those shims are going away. It can be brought back if someone updates it to the latest APIs, and moves it to the appropriate place in the tree.
* Should have committed this with other wt driver removal commit.imp2004-03-141-6/+0
| | | | | | Remove the wt driver from LINT. If the wt driver is updated to the new apis, it can return.
* Fixed some English usage errors.bde2004-03-131-7/+7
|
* Fixed description of cx device. Use similar wording for ctau devicebde2004-03-131-4/+5
| | | | | | | (NETGRAPH_CRONYX toggles NETGRAPH support for both). Fixed formatting of description of cx device. Discussed with: rik
* Remove the phantom 'nv' driver again.scottl2004-03-061-2/+0
|
* Document that ENABLE_ALART controls the alarm on Intel intpm driver.obrien2004-03-051-2/+3
| | | | Submitted by: peter
* Add ctau (Cronyx/Tau-ISA) device driver entry.rik2004-03-031-0/+7
| | | | Approved by: imp (mentor)
* Finish the removal of the 'nv' device reference.scottl2004-03-031-1/+0
|
* Opps, nv(4) isn't committed yet. Comment out.obrien2004-03-031-1/+1
|
* Finish fixing style problems in my previous commit.njl2004-03-031-3/+1
| | | | Pointed out by: bde
* In the descrption of network interfaces:bde2004-03-031-9/+8
| | | | | - use consistent formatting (no tabs) - improved wording for cx and oltr.
* Whitespace fixes.obrien2004-03-021-14/+16
|
* Add the ACPI standard video extensions driver. I've done some style cleanupnjl2004-03-011-2/+6
| | | | | | but a bit more reamins to be done. For now, it is usable. Submitted by: Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
* Fixed the latest unsortings of CPU_ENABLE_*.bde2004-02-241-5/+5
|
* Add missed CPU_ENABLE_LONGRON.sobomax2004-02-231-0/+1
| | | | Submitted by: Jon Noack <noackjr@alumni.rice.edu>
* Updates cx driver information (Cronyx-Sigma)rik2004-02-051-1/+3
| | | | Approved by: imp (mentor)
* Consistently capitalize acronyms like POSIX and NIC. Style.schweikh2004-01-291-52/+52
|
* Fix typos and remove whitespace at EOL.schweikh2004-01-291-20/+20
|
* Move LongRun support out of identcpu.c, where it hardly belongs, into itssobomax2004-01-251-0/+4
| | | | | | | | own file and make it opt-in, not mandatory, depending on CPU_ENABLE_LONGRUN config(8) option. Discussed with: nate MFC after: 2 weeks
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
| | | | | ULE will be in a probationary period to determine whether it will be left as the default in 5.3 which would likely mean the rest of the 5.x series.
* - Move performance-controlling sysctls into hw.p4tcc.* tree;sobomax2004-01-241-1/+1
| | | | | | | | | | | | | | | Suggested by: nate - get rid of "magick" values in code and make sysctl's reflecting reality on processor versions which have one or another frequency "forbidden" due to errata. PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: 2 weeks
OpenPOWER on IntegriCloud