aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* Pre 3.0 branch cleanup casualty #4: pcvtPoul-Henning Kamp1998-12-271-8/+1
| | | | Notes: svn path=/head/; revision=42078
* dded the stubs for umodem and ucom (communications class driver). They are ↵Nick Hibma1998-12-131-1/+4
| | | | | | | | | nothing other than the ugen driver with different variable names. Notes: svn path=/head/; revision=41739
* Preliminary support for OHCI motherboardsNick Hibma1998-12-091-1/+2
| | | | Notes: svn path=/head/; revision=41624
* An early Christmas present: add driver support for a whole bunch ofBill Paul1998-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PCI fast ethernet adapters, plus man pages. if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100, various other PNIC devices if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various other boards based on the Macronix 98713, 98713A, 98715, 98715A and 98725 chips if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and Rhine II chips (note: the D-Link and certain other cards that actually use a Rhine II chip still return the PCI device ID of the Rhine I. I don't know why, and it doesn't really matter since the driver treats both chips the same anyway.) if_wb.c: Trendware TE100-PCIE and various other cards based on the Winbond W89C840F chip (the Trendware card is identical to the sample boards Winbond sent me, so who knows how many clones there are running around) All drivers include support for ifmedia, BPF and hardware multicast filtering. Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and sysinstall device list. I also have a driver for the ASIX AX88140A in the works. Notes: svn path=/head/; revision=41502
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-1/+20
| | | | Notes: svn path=/head/; revision=41366
* Remove `amd', `nca' SCSI devices to match Mike's LINT commit.David E. O'Brien1998-11-121-6/+2
| | | | Notes: svn path=/head/; revision=41111
* Back out previous commit. The bpfilter -> bpf transition will have to be aDag-Erling Smørgrav1998-11-031-3/+3
| | | | | | | flag day unless we can hack config(8) to smooth things over. Notes: svn path=/head/; revision=40870
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legalDag-Erling Smørgrav1998-11-031-3/+3
| | | | | | | and will stick around for a while. Notes: svn path=/head/; revision=40869
* Quote port names that have a digit in them. IO_TIMER1 was lexed asBruce Evans1998-10-221-5/+5
| | | | | | | | | | | { port_name = "IO_TIMER", port_number = 1 } and only worked because it was reassembled to "IO_TIMER1". Trailing digits always work, but this is too magic to depend on. Don't quote port names that don't have a digit in them. Notes: svn path=/head/; revision=40577
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowBruce Evans1998-10-221-30/+30
| | | | | | | configured in drivers. Notes: svn path=/head/; revision=40574
* Add driver support for PCI fast ethernet adapters based on theBill Paul1998-10-181-1/+2
| | | | | | | | | | | | RealTek 8129/8139 chipset like I've been threatening. Update kernel configs, userconfig.c, relnotes and sysinstall. No man page yet; comming soon. I consider this driver stable enough that I want to give it some exposure in -current. Notes: svn path=/head/; revision=40516
* Add commented out bpf entry. (DHCP is popular here, and this is required).David E. O'Brien1998-10-161-1/+7
| | | | | | | Ok'ed by: jkh Notes: svn path=/head/; revision=40425
* Add entries for MFS which are consistent with the others, now thatJordan K. Hubbard1998-10-101-1/+3
| | | | | | | Peter has made this more selectable. Notes: svn path=/head/; revision=40165
* Fix syntax errors I introduced.David E. O'Brien1998-10-071-3/+3
| | | | Notes: svn path=/head/; revision=40037
* Add entries for the adw device driver.Justin T. Gibbs1998-10-071-1/+2
| | | | Notes: svn path=/head/; revision=40031
* Document that ``options xFS_ROOT'' requires the associated ``options xFS''.David E. O'Brien1998-10-051-5/+5
| | | | | | | Reordered xFS_ROOT's to be below the associated xFS. Notes: svn path=/head/; revision=39969
* Add dpt driver back to GENERIC and adjust a stale comment.Jordan K. Hubbard1998-10-031-5/+3
| | | | Notes: svn path=/head/; revision=39926
* Remove lpt1 - we have userconfig if you have a weird port.Mike Smith1998-10-011-3/+1
| | | | | | | | Remove mse0 - the Microsoft Bus Mouse is a dinosaur. There are probably more Pintos on the road than these on peoples' desks. Notes: svn path=/head/; revision=39869
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driverMatt Jacob1998-09-181-2/+1
| | | | | | | | that had depended on it for compilation within or without CAM to use __FreeBSD_version instead). Notes: svn path=/head/; revision=39445
* Mark the syscons and pcvt drivers as being allowed to conflict, so thatMike Smith1998-09-171-3/+3
| | | | | | | | well-meaning but uneducated users don't exterminate the psm driver in their zeal to achieve zero conflicts. Notes: svn path=/head/; revision=39400
* sd->da, od is gone, no SCSI control devices.Justin T. Gibbs1998-09-151-17/+18
| | | | | | | | | new pass, xpt, and targ devices. Nuke no longer used AHC options. Notes: svn path=/head/; revision=39242
* Increase 'maxusers' to 32; with the number of people using GENERIC asMike Smith1998-09-041-2/+2
| | | | | | | | | | their one-size-fits-all kernel, this should help reduce the "out of foo" reports. Reviewed by: jkh Notes: svn path=/head/; revision=38819
* FIxed typo (syntax error) in previous commit.Bruce Evans1998-08-171-2/+2
| | | | Notes: svn path=/head/; revision=38400
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itsBill Paul1998-08-161-1/+2
| | | | | | | | | | | | | stability now. ALso modify /sys/conf/files, /sys/i386/conf/GENERIC and /sys/i386/conf/LINT to add entries for the XL driver. Deactivate support for the XL adapters in the vortex driver. LAstly, add a man page. (Also added an MLINKS entry for the ThunderLAN man page which I forgot previously.) Notes: svn path=/head/; revision=38363
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. ThisMike Smith1998-07-201-1/+2
| | | | | | | | | supports PnP and if_media. I've been running a slightly older version here for several weeks now. Submitted by: Maxim Bolotin <max@rsu.ru> Notes: svn path=/head/; revision=37785
* Place a fat warning that floppy tapes should be configured as drive 2Joerg Wunsch1998-07-171-1/+4
| | | | | | | | | only (normally). PR: kern/7176 Notes: svn path=/head/; revision=37723
* Add the DPT driver here. It's kinda ironic that it got enabled in -stableJordan K. Hubbard1998-06-031-1/+8
| | | | | | | | first. :) PR: 6848 Notes: svn path=/head/; revision=36614
* And entries for ThunderLAN driver.Bill Paul1998-05-211-1/+2
| | | | Notes: svn path=/head/; revision=36273
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-221-1/+2
| | | | Notes: svn path=/head/; revision=35390
* Remove DISABLE_PSE option which was masking (but not fixing) the problem.Mike Smith1998-02-161-3/+1
| | | | | | | A correct fix for execution off MFS filesystems has been committed. Notes: svn path=/head/; revision=33444
* TEMPORARILY disable support for the 4MB kernel page, as it appears to beMike Smith1998-02-161-1/+3
| | | | | | | | | causing installation images for -current to be unbootable. Submitted by: phk Notes: svn path=/head/; revision=33417
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+4
| | | | | | | | | | | This introduce an xxxFS_BOOT for each of the rootable filesystems. (Presently not required, but encouraged to allow a smooth move of option *FS to opt_dontuse.h later.) LFS is temporarily disabled, and will be re-enabled tomorrow. Notes: svn path=/head/; revision=32726
* Add entries for tx card.Jordan K. Hubbard1998-01-211-1/+2
| | | | Notes: svn path=/head/; revision=32680
* Bring in IDE ATAPI floppy support.Paul Traina1998-01-161-2/+3
| | | | | | | | | | | | | | This is Junichi's v1.0 driver. NOTE: Major device numbers have been changed to avoid conflict with other FreeBSD 3.0 devices. The new numbers should be considered "official." This driver is still considered "beta" quality, although we have been playing with it. Please submit bugs to junichi and myself. Submitted by: junichi@astec.co.jp Notes: svn path=/head/; revision=32578
* Add ppp, at long last, back to GENERIC. We have enough room in theJordan K. Hubbard1998-01-111-3/+2
| | | | | | | | kernel for it and I'm tired of reading the "This system lacks kernel support for PPP..." line in people's tech support messages. Notes: svn path=/head/; revision=32413
* Change comments about ijppp to iijppp.Justin M. Seger1997-10-311-2/+2
| | | | | | | | PR: conf/4905 Submitted by: takas-su@is.aist-nara.ac.jp Notes: svn path=/head/; revision=30875
* Remove the stale `log' non-pseudodevice.Joerg Wunsch1997-10-281-2/+1
| | | | | | | Found by: the new config(8) ;-) Notes: svn path=/head/; revision=30797
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-4/+4
| | | | | | | | | | | | | | | follow. * Rename/reorder all of the pccard structures, change many of the member names to be descriptive, and follow more closely other 'bus' drivers naming schemes. * Rename a bunch of parameter and local variable names to be more consistant in the code. * Renamed the PCCARD 'crd' device to be the 'card' device * KNF and make the code consistant where it was obvious. * ifdef'd out some unused code Notes: svn path=/head/; revision=30720
* Make all the documented (in pcvt(4)) options supported options. WhileJoerg Wunsch1997-10-181-2/+1
| | | | | | | | | | i was at it, do no longer insist on `PCVT_FREEBSD' being declared in the config file, but default it to a reasonable value. More cleanup to follow, but this part is safe for RELENG_2_2, too. Notes: svn path=/head/; revision=30543
* - Enable PS/2 mouse support by default. Given that almost all new hardwareNate Williams1997-10-081-2/+2
| | | | | | | | | | | has a PS/2 port, this is a good thing. Note, older 386/486 boxes may lockup the keyboard controller with this enabled, but most of these kinds of machines don't run -current, so the benefits outweigh the downsides. Discussed with: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Notes: svn path=/head/; revision=30236
* Oops. This file shouldn't have been committed.Justin T. Gibbs1997-09-221-18/+17
| | | | Notes: svn path=/head/; revision=29695
* Move the rules for aicasm to the MI conf file.Justin T. Gibbs1997-09-211-18/+19
| | | | Notes: svn path=/head/; revision=29673
* Addf flags 0x10 to the sio0 line, so it is available as a potentialJoerg Wunsch1997-09-141-2/+2
| | | | | | | | console. This features backwards-compatibility to the era when sio(4) was always available for a console. Notes: svn path=/head/; revision=29399
* Well, consensus seems very split on this so I talked it over with DGJordan K. Hubbard1997-07-221-5/+3
| | | | | | | | | | | | | and he says he's happy to see forward movement in aligning our defaults with a 16 bit world, the 8 bit folk already being veterans by this point who know how to use userconfig. In any case, perhaps Warner will soon come to save us all with his Dynamic Probing(tm) feature and this will all become totally moot in any case, so it's probably not worth arguing about either way. Notes: svn path=/head/; revision=27607
* Add SYSVSHM by default. Nobody seems to have objected too stronglyJordan K. Hubbard1997-07-151-1/+4
| | | | | | | | | to this when raised, and most were in favor of at least this option (some also asked for semaphores and messages, but I'll leave that argument for another time :). Notes: svn path=/head/; revision=27409
* YAMF22 - XSERVER comment changes.Jordan K. Hubbard1997-06-061-2/+2
| | | | Notes: svn path=/head/; revision=26475
* GENERIC, LINT:Justin T. Gibbs1997-04-141-3/+3
| | | | | | | | | | | Add an ie entry that corresponds to the location the old ix entry used to probe and kill the ix entry. files.i386: Remove entries for the ix driver. Notes: svn path=/head/; revision=24908
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.Poul-Henning Kamp1997-03-291-3/+3
| | | | | | | | You may want to add "flags 0x31" to apm0 if you have a lousy implementation. Read LINT. Notes: svn path=/head/; revision=24372
* Quoted CMD640. It's still missing from options.i386.Bruce Evans1997-03-131-3/+2
| | | | | | | Removed stale comment saying that npx0 is mandatory. Notes: svn path=/head/; revision=23860
* Activate CMD640 workaroundStefan Eßer1997-03-121-1/+2
| | | | Notes: svn path=/head/; revision=23819