summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use apm instead of apmconf.asmodai2000-01-232-8/+8
| | | | | Necessary change to due removal of apmconf which got moved into apm by green.
* missing ] in if at cdrom.1 targetwilko2000-01-231-1/+1
|
* Add MLINK for apmconf(8).asmodai2000-01-231-1/+1
| | | | Suggested by: msmith
* Reflect that apmconf(8) has been absorbed by apm(8).asmodai2000-01-231-0/+7
| | | | Suggested by: msmith
* Bury apmconf, apm succeeds it.asmodai2000-01-233-211/+0
| | | | Suggested by: msmith
* Stop apmconf from being build.asmodai2000-01-231-1/+0
| | | | | | green integrated apmconf into apm and we should use that instead. Suggested by: msmith
* Fix a bug in the last commit. >> 4 instead of >> 8. *bap*mdodd2000-01-231-6/+6
| | | | | | | | | | | Fix a long-standing bug where I used a 'break;' instead of a 'continue;'; you had to have multiple ISA boards in non-PnP mode with an 'unknown' board with a lower MAC address to find this one. Since I have 4 3c5x9 boards in my test box I was somewhat confused when this happened. :) Make the messages printed by ep_isa_identify() a little more consistent; we'll only see them in verbose boot mode but it makes me feel better if they look nice.
* Add the ID for the 3c509-TPC.mdodd2000-01-231-0/+12
| | | | | | | | Also, while I'm here, add a mechanism to catch unknown board IDs that are likely to be 3c509s and allow them to be attached. PR: kern/16304 Submitted by: Kelly Yancey <kbyanc@posi.net>
* The pointer of the serial FIFO in the DSP seems to make an errortanimura2000-01-231-3/+22
| | | | | upon starting/stopping the DSP. Correct the pointer in addition to clearing the FIFO.
* Added Banksia CardModem 56.hosokawa2000-01-232-0/+12
| | | | Submitted by: Rice <benno@netizen.com.au>
* Add the two wireless pccard nics.imp2000-01-232-4/+4
|
* Allow if_ef driver to be compiled into kernel.bp2000-01-237-18/+39
|
* Correctly put the place to mark EOP where we actually do the packetmjacob2000-01-231-9/+9
| | | | | transmission- this handles the odd and rare case of a list terminating with a zero length mbuf.
* add PREVIOUS index macro for transmit sidemjacob2000-01-231-0/+1
|
* fix cp -vi bugmharo2000-01-231-2/+3
| | | | Submitted by: Dan Papasian (bugg_ on irc)
* Fixed name of CyQ've Ethernet Card.hosokawa2000-01-232-4/+4
|
* Added IC-CARD+ Ethernet card.hosokawa2000-01-232-0/+16
|
* Fix various man pages to stop abusing the .Bx macro to generate thempp2000-01-232-9/+10
| | | | string "FreeBSD". Use the .Fx macro instead.
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-237-21/+25
| | | | the string "FreeBSD". Use the .Fx macro instead.
* Remove some debugging code, replace one line that had spaces with tabs,mjacob2000-01-231-46/+3
| | | | and fix a silly botch for reinit.
* Get rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructuremjacob2000-01-231-68/+131
| | | | | | the receive code so that it correctly chains receive descriptors together and handles the case that only a part of a packet is done at the time we get here.
* Handle the availability of TUNSIFHEAD. If it's there, use it.brian2000-01-234-29/+63
| | | | | For the moment this is just overhead, but it'll be used for INET6 support later.
* Fxi various man pages to stop abusing the .Bx macro to generatempp2000-01-233-7/+7
| | | | | | | the string "FreeBSD". Use the .Fx macro instead. Also did some minor re-wording/formatting to work around a deficiency with the .Fx macro when it comes to puncuation characters other than periods and commas.
* Support INET6, NETATALK and IPX as well as INET.brian2000-01-231-1/+11
|
* Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEADbrian2000-01-233-39/+140
| | | | | | | | | | | tells that tun unit to prepend a four byte address family to packets queued for tunread() and to expect a four byte address family at the front of data received by tunwrite(). We queue any protocol received from the interface for tunread(), but only accept INET, INET6, IPX and NETATALK from tunwrite(). There is support for Xerox's NS stuff, but AFAICT config(8) doesn't ever define NS.
* Add a pointer in the softc that will point to partially received packet.mjacob2000-01-231-2/+8
| | | | | Set up index increments for receive descriptors based on whether the PADDED_CELL define is set.
* Add in a define for the optimal cache line size.mjacob2000-01-231-0/+1
|
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-2310-16/+16
| | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead.
* Added NetBSD -current, OpenBSD -current and Added NetBSD 1.4.1wosch2000-01-221-6/+10
| | | | Update/Fix release date for NetBSD 1.3, 1.3.1, 1.4, 1.4.1
* Allow files in LD_PRELOAD to be separated by white space, like Solarisjdp2000-01-221-3/+4
| | | | and Linux.
* Fix minor mdoc style bug made by previous commit.mpp2000-01-221-1/+1
|
* Added Planex FNW-3600-T 16bit FastEthernet.hosokawa2000-01-222-0/+18
|
* Include email feedback on EISA bus.wilko2000-01-221-1/+3
|
* Check if the various .TXT files exist before trying to copy them.wilko2000-01-221-2/+6
| | | | | Oh why did I select a first project that needed to touch release/Makefile.. The fact that my release-building Alpha panics on me does not help either :(
* Import the apmconf function descriptions as per modified patchasmodai2000-01-221-14/+28
| | | | from green.
* Cleanups, new options, and syntax changes w.r.t. the -e fiag I had justgreen2000-01-221-39/+75
| | | | | added. This completes the addition of apmconf(8) features into apm(8), and will be followed shortly by asmodai with a manpage commit.
* Remove alpm.4 from being made, since it was removed.asmodai2000-01-221-1/+1
| | | | Forgotten by: nsouch
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-224-7/+19
|
* Added tag (pccard:$device) for insert/remove event log.hosokawa2000-01-222-404/+404
| | | | Submitted by: Warner Losh <imp@village.org>
* I wanted to preserve this analysis of the bug fixed by the previous commit.obrien2000-01-220-0/+0
| | | | | | | | | | | | | | | | | | | | From "Alexander N. Kabaev" <ak03@gte.com>: The problem is that default builtin_setjmp implementation does not restore any registers except for stack pointers when doing nonlocal jump. This means, that every platform, that needs to store/restore some other state between jumps, has to provide appropriate definitions for builtin_setjmp_setup and builtin_setjmp_receiver RTL expansions. Every plaftorm which needs to do some additional processing at setjmp receive point, such as restoring additional information previously saved by builtin_setjmp_setup, can provide definition for builtin_setjmp_receiver RTL expansion. [That is what the previous commit does.] The i386 code compiled with -fpic option requires the value of the PIC register (EBX) to be restored in order to function properly. One should not provide expansion for builtin_setjmp_setup because GCC documentation explicitly states that values should be recalculated if possibe, rather than stored in setjmp buffer and proper value for EBX can easlity be determined from the current EIP contents.
* Update USB entriesn_hibma2000-01-221-5/+16
|
* Add reference to AMD-756n_hibma2000-01-221-0/+1
|
* Merge in fixes from the GCC anoncvs tree.obrien2000-01-224-221/+258
|
* Merge in the restore pic register fix from the vendor branch.obrien2000-01-221-1/+10
| | | | | PR: 3441 Submitted by: Mark Diekhans <markd@Grizzly.COM>
* Added Corega Ether PCC-T.hosokawa2000-01-222-0/+16
| | | | | PR: conf/14297 Submitted by: sanpei@sanpei.org
* Various manpage cleanups after newbus port of ppbus.nsouch2000-01-226-84/+19
| | | | Remove alpm.4 from machine independant manpages set.
* Fix millisecond to nanosecond conversion.jasone2000-01-223-3/+3
| | | | PR: misc/16245
* This commit was generated by cvs2svn to compensate for changes in r56385,obrien2000-01-2220-89/+190
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-01-2222-97/+223
| | | | | | | | branch on Jan 20th, 2000.
* | Do some intptr_t casting for alpha.mjacob2000-01-212-8/+8
| | | | | | | | Reviewed by: ken@freebsd.org
OpenPOWER on IntegriCloud