summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed extraneous comma in xrefs.alex1999-05-146-12/+12
|
* Added missing comma in xrefs.alex1999-05-143-6/+6
|
* Ignore some ioctls on the master until the slave is open.luoqi1999-05-141-3/+12
|
* Legally acquire a major number for mfs.luoqi1999-05-143-12/+11
|
* Rewording.dcs1999-05-141-3/+3
|
* Slight not-exactly-bug-but-useful-as-example-code fix.dcs1999-05-141-2/+2
|
* Add "initialize" to loader.4th, so running "start" is not actually needed.dcs1999-05-142-3/+27
|
* Delete debug line.wosch1999-05-141-2/+1
| | | | | PR: bin/9793 Submitted by: Andy Farkas <andyf@speednet.com.au>
* Fix usage in wicontrol.c to agree with man page.wpaul1999-05-142-14/+39
| | | | | Update documentation for -f frequency selection option to include complete list of channel numbers and frequencies.
* Add a menu example making use of loader.4th(8) facilities.dcs1999-05-143-2/+159
| | | | Merge candidate, as it is just an example...
* Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switchgibbs1999-05-144-8/+5
| | | | | | statements on 64bit values generate poor code. Requested by: bde
* Use a lookup table for device matching instead of a switch on a 64bitgibbs1999-05-142-536/+898
| | | | | | | value. EGCS generates poor code for sparse switch statements on 64bit values. Requested by: bde
* Add 3.2 to the list of legal FreeBSD versions for the .Os FreeBSD macro.fenner1999-05-141-0/+1
|
* Add 3.2 to the list of legal FreeBSD versions for the .Fx macro.fenner1999-05-141-0/+1
|
* Do more impressive things for windowmaker.jkh1999-05-143-9/+6
|
* DTRT for "Latest" search keywords.jkh1999-05-142-6/+8
|
* Be properly verbose.jkh1999-05-142-4/+10
|
* Correct return status logic a bit.jkh1999-05-144-26/+34
|
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-1410-357/+311
| | | | | | | | | | instances to a parent bus. * Define a new method BUS_ADD_CHILD which can be called from DEVICE_IDENTIFY to add new instances. * Add a generic implementation of DEVICE_PROBE which calls DEVICE_IDENTIFY for each driver attached to the parent's devclass. * Move the hint-based isa probe from the isa driver to a new isahint driver which can be shared between i386 and alpha.
* The previous log message should have read:dfr1999-05-141-1/+1
| | | | | Use breakpoint() to start debugger to avoid crashing back to the firmware when gdb tries to print the msg argument to Debugger().
* Make sure to pass a dev_t to dkunit.dfr1999-05-142-5/+7
|
* Add fxp on a category of it's own.dcs1999-05-141-1/+8
|
* Don't overwrite the variable LOCATE_CONFIGwosch1999-05-142-3/+9
| | | | | | | | This is useful for people who want index their home directory: $ env LOCATE_CONFIG=$HOME/.locate.rc /usr/libexec/locate.updatedb Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Remove atapi and joy, add svr4 and streams. I wonder if removing vinumdcs1999-05-141-3/+3
| | | | | is in order or not... (things are _not_ loaded by default, but it serves as a reference to people tweaking their own loader.conf files)
* Sync with sys/i386/i386/userconfig.c revision 1.143.kato1999-05-141-3/+3
|
* Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THATdcs1999-05-141-5/+5
| | | | | | doing here?). Candidate for 3.2.
* Sync with sys/i386/conf/files.i386 revision 1.241.kato1999-05-142-2/+6
|
* Handle LCP echo reqs properly again (broken with thebrian1999-05-142-25/+24
| | | | layering changes).
* Ensure that we're not going to overflow our ``struct tun''brian1999-05-141-3/+10
| | | | | when we mbuf_Read() into it. Add the link name to a few diagnostics.
* Adjust method dispatch to ensure that default methods are called properly.dfr1999-05-142-9/+18
|
* Yikes! I almost left out the 3D Labs server. :)jkh1999-05-147-17/+17
|
* Complete the list of FreeBSD version numbers accepted by the .Fx macro.jkoshy1999-05-141-0/+6
| | | | | PR: docs/11705 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Correct comment to refer to kget(8).jkoshy1999-05-141-3/+3
|
* Refer to kget(8) instead of dset(8).jkoshy1999-05-141-3/+3
| | | | | PR: docs/11702 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Add ucmpdi2.c to the i386 libkern build.gibbs1999-05-142-2/+4
|
* Take the subvendor and subdevice ids into account during device probe.gibbs1999-05-142-184/+460
| | | | | | | Sync up device Ids with the master Adaptec list. Add probe support for the 2940 Pro although it isn't obvious that all of the termination support is correct for this adapter yet.
* Better workaround for aic7890 chip bug. Use the HS_MAILBOX register togibbs1999-05-144-16/+55
| | | | | | | | tell the sequencer to pause itself for a target msg variable update. This avoids the pause race entirely as HS_MAILBOX can be accessed without pausing the chip. 3.2 Merge candidate.
* Add ucmpdi2.c to i386 libkern build. Its required for some quadgibbs1999-05-142-3/+4
| | | | manipulation in the aic7xxx driver.
* if_xe* now lives in sys/dev/pccard/obrien1999-05-142-2/+4
|
* Add the `xe' Xircom PC Card driver.obrien1999-05-147-7/+17
|
* Add the entry for my Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison).obrien1999-05-142-2/+50
| | | | | | Add additional entries (might need a little tweaking) for the Xircom adapters. Xircom entries obtained from: http://www.lovett.com/lists/freebsd-xircom/
* This commit was generated by cvs2svn to compensate for changes in r47151,obrien1999-05-141-78/+63
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of Xircom PCCARD driver v1.19.obrien1999-05-141-78/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.19 (1999/04/15) updates the CEM56/REM56 support. Current bugs & misfeatures -------------------------- * CE2 cards still not working reliably. Unclear if this is related to packet I/O code or interrupt handling. * Autonegotiation support remains flaky. We're now OK with 10Mbit auto hubs, but certain combination of hardware will fail to connect. Developed by: Scott Mitchell <scott@uk.freebsd.org> Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/
* | Virgin import of Xircom PCCARD driver v1.19.obrien1999-05-141-78/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.19 (1999/04/15) updates the CEM56/REM56 support. Current bugs & misfeatures -------------------------- * CE2 cards still not working reliably. Unclear if this is related to packet I/O code or interrupt handling. * Autonegotiation support remains flaky. We're now OK with 10Mbit auto hubs, but certain combination of hardware will fail to connect. Developed by: Scott Mitchell <scott@uk.freebsd.org> Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/
* | This commit was generated by cvs2svn to compensate for changes in r47148,obrien1999-05-141-14/+160
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of Xircom PCCARD driver v1.18obrien1999-05-141-14/+160
| | | | | | | | | | | | | | v1.18 (1999/04/08) adds support for CEM56 and REM56 multifunction cards. Developed by: Scott Mitchell <scott@uk.freebsd.org> Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/
* | Virgin import of Xircom PCCARD driver v1.18obrien1999-05-141-14/+160
| | | | | | | | | | | | | | v1.18 (1999/04/08) adds support for CEM56 and REM56 multifunction cards. Developed by: Scott Mitchell <scott@uk.freebsd.org> Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/
* | This commit was generated by cvs2svn to compensate for changes in r47145,obrien1999-05-141-34/+87
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of Xircom PCCARD driver v1.17obrien1999-05-141-34/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.17 (1999/03/28) has xperimental fixes to 10Mbit autonegotiation and CE2 input lockup. KNOWN BUGS ========== * Media auto-negotiation is definitely not right. It will work in most circumstances and seems to connect OK to most 100Mbit networks, however some pathological combinations of hubs/networks/peers seem to confuse it. * CE2 support is somewhat flakey (ranging from 'works perfectly' to 'hangs the machine' so far). I've fixed the probe routine and a potential lockup in the output routine, but a lot of people still report that they can't receive or transmit. * You won't be able to use the modem and Ethenet parts of a multifunction card simultaneously. This is limitation the current FreeBSD PCMCIA support. Likewise, there is no support for CardBus devices. Developed by: Scott Mitchell <scott@uk.freebsd.org> Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/
* | Virgin import of Xircom PCCARD driver v1.17obrien1999-05-141-34/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.17 (1999/03/28) has xperimental fixes to 10Mbit autonegotiation and CE2 input lockup. KNOWN BUGS ========== * Media auto-negotiation is definitely not right. It will work in most circumstances and seems to connect OK to most 100Mbit networks, however some pathological combinations of hubs/networks/peers seem to confuse it. * CE2 support is somewhat flakey (ranging from 'works perfectly' to 'hangs the machine' so far). I've fixed the probe routine and a potential lockup in the output routine, but a lot of people still report that they can't receive or transmit. * You won't be able to use the modem and Ethenet parts of a multifunction card simultaneously. This is limitation the current FreeBSD PCMCIA support. Likewise, there is no support for CardBus devices. Developed by: Scott Mitchell <scott@uk.freebsd.org> Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/
OpenPOWER on IntegriCloud