Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a bug in PCIC polling mode. | hosokawa | 2000-01-15 | 1 | -6/+17 |
| | | | | (it does not work without this fix) | ||||
* | More style fixes, both to code and man page. | bp | 2000-01-15 | 4 | -120/+138 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Revert previous change, which is reported to have broken world. I | sheldonh | 2000-01-15 | 1 | -1/+1 |
| | | | | | | | | did test this through a ``make world'', but of course I already had a working lint binary (one that does not call cpp -undef) installed. Reported by: "Pierre Y. Dampure" <Pierre.Dampure@barclayscapital.com> | ||||
* | Check if module was compiled without SMP support and running on | bp | 2000-01-15 | 2 | -0/+18 |
| | | | | an SMP system. | ||||
* | Add VT_NWFS tag. | bp | 2000-01-15 | 3 | -9/+1 |
| | |||||
* | Add reference to SES device (it won't be in GENERIC unless folks clamor | mjacob | 2000-01-15 | 3 | -0/+27 |
| | | | | for it). Document it's only option. | ||||
* | Remove inclusion of dkbad.h- seems like a bug, but I had a stale | mjacob | 2000-01-15 | 1 | -1/+0 |
| | | | | | dkbad.h in /usr/include/sys- the local build process shouldn't have been happy with that, but not finding dkbad.h in ../../sys. Hmm. | ||||
* | Clear ro->ro_rt just after RTFREE(). | shin | 2000-01-15 | 1 | -0/+1 |
| | | | | | | | | | Pleases let me make sure that no one touch the invalid ro_rt pointer, after splx(s) and before next ro_rt initialization. Though usually this seems to be already called at splnet, I still sometime experience kernel crash at rtfree() in my INET6 enabled environment where IPv6 connection is frequently used. (Off-course, it might be just due to another bug.) | ||||
* | add options collateral for SES/SAF-TE driver | mjacob | 2000-01-15 | 1 | -0/+3 |
| | |||||
* | add file collateral for SES/SAF-TE driver | mjacob | 2000-01-15 | 1 | -0/+1 |
| | |||||
* | add functional but stub SES/SAF-TE driver | mjacob | 2000-01-15 | 2 | -0/+763 |
| | |||||
* | Remove compile warning not seen when compiling with target mode enabled. | mjacob | 2000-01-15 | 2 | -0/+4 |
| | |||||
* | A processor with the CPUID of 0x?8? is Pentium III. | tanimura | 2000-01-15 | 2 | -0/+8 |
| | | | | | | | (aka Coppermine) Noticed by: Satoshi Sawada <k-sawata@gnoc2.comminet.or.jp> Reviewd by: Takuma Yamada <fuzzy2@st.rim.or.jp> | ||||
* | - Introduce a new section 'Multimedia' for sound/ | tanimura | 2000-01-15 | 2 | -19/+49 |
| | | | | | video capture cards. - Add the description of newly supported sound cards. | ||||
* | - Add the man pages for sound card bridge drivers. | tanimura | 2000-01-15 | 8 | -106/+466 |
| | | | | | (sbc(4), gusc(4), csa(4)) - Update pcm(4) for newpcm. | ||||
* | Fix the 3Com Fast Etherlink 3C574TX's ID string as we now get the | obrien | 2000-01-15 | 2 | -2/+2 |
| | | | | complete description from the PCCARD system. | ||||
* | Add example entry for the 3Com Megahertz 574B | mdodd | 2000-01-15 | 2 | -0/+16 |
| | |||||
* | Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp(). | shin | 2000-01-15 | 2 | -4/+4 |
| | | | | | | | This must be one of the reason why connections over IPsec hangs for bigger packets.(which was reported on freebsd-current@freebsd.org) But there still seems to be another bug and the problem is not yet fixed. | ||||
* | wrapped prototype declarations by __P(()) | shin | 2000-01-15 | 1 | -6/+8 |
| | | | | Submitted by: bde | ||||
* | Fix driver to restore function on 3c574 adapters. The panic on | mdodd | 2000-01-15 | 3 | -9/+23 |
| | | | | | | | ifconfig and bogus ethernet address (4b:57:4b:57:4b:57) has been hacked around. I'll revisit this when I have a clue whats going on. Reviewed by: obrien | ||||
* | add forward declarations, and small cosmetic changes. | shin | 2000-01-15 | 3 | -4/+15 |
| | | | | Submitted by: bde | ||||
* | comment the string after #endif | shin | 2000-01-15 | 1 | -1/+1 |
| | | | | Specified by: bde | ||||
* | cosmetic change: sort function prototypes | shin | 2000-01-15 | 1 | -27/+27 |
| | | | | Specified by: bde | ||||
* | -K&R fix for some prototype declaration | shin | 2000-01-15 | 1 | -4/+4 |
| | | | | | | -fix some comments for #endif to match them with their #ifndef Submitted by: bde | ||||
* | Removed PCCARD config file again. | hosokawa | 2000-01-15 | 1 | -224/+0 |
| | | | | (PCCARD support has been merged into GENERIC config file) | ||||
* | Remove a document file about PCCARD boot.flp because | hosokawa | 2000-01-15 | 1 | -13/+0 |
| | | | | PCCARD boot.flp has been merged into GENERIC boot.flp. | ||||
* | Support v6 login. | shin | 2000-01-15 | 1 | -7/+24 |
| | |||||
* | Redo FC target mode dma routine to try and generate an extra CTIO | mjacob | 2000-01-15 | 2 | -214/+464 |
| | | | | | in the not so odd case of Moving Data *AND* Sending Status in last CTIO *AND* status is a CHECK CONDITION *AND* we have Sense Data to send. | ||||
* | clean up for SBus Ultra (yes, we do not do that here yet) | mjacob | 2000-01-15 | 1 | -2/+9 |
| | |||||
* | a whale of a lot of target mode cleanup | mjacob | 2000-01-15 | 1 | -42/+70 |
| | |||||
* | cleanup- it was not MI code as it should have been | mjacob | 2000-01-15 | 1 | -16/+11 |
| | |||||
* | cleanup | mjacob | 2000-01-15 | 1 | -82/+117 |
| | |||||
* | include public target mode functions | mjacob | 2000-01-15 | 1 | -0/+3 |
| | |||||
* | public target mode stuff | mjacob | 2000-01-15 | 1 | -0/+303 |
| | |||||
* | tighten up printout | mjacob | 2000-01-15 | 1 | -4/+2 |
| | |||||
* | Teach pkg_delete and pkg_info how to deal with full pathnames | dan | 2000-01-15 | 2 | -3/+46 |
| | | | | | | (/var/db/pkg/foo-1.0, instead of just foo-1.0). Submitted by: Matthew D. Fuller <fullermd@futuresouth.com> | ||||
* | Portability fixes for other bsd4.4 derivatives. | davidn | 2000-01-15 | 6 | -20/+33 |
| | |||||
* | Grrr. Really add the module makefile for the Aironet driver. | wpaul | 2000-01-14 | 1 | -0/+12 |
| | |||||
* | Add pccard aic attachment. | imp | 2000-01-14 | 1 | -0/+1 |
| | |||||
* | Add support to aic for pccard attachments. Reports from testers have | imp | 2000-01-14 | 3 | -1/+185 |
| | | | | | | | been so positive that I'm going to go ahead and commit this now rather than do another round of patches. My Adaptec 1460D works great with these changes. | ||||
* | Add '-t X' which times out after pinging for X seconds. | billf | 2000-01-14 | 2 | -4/+18 |
| | | | | Submitted by: adrian | ||||
* | Clean up the xpt_sim creation to mirror how HBA drivers perform this task. | gibbs | 2000-01-14 | 2 | -74/+127 |
| | | | | | | | | | | | | | | Clean up node creation in the EDT so that initialization follows member declaration. Sort registered paths by pathid so that we probe busses in order of ascending pathid. This makes hardwiring of busses without wiring individual targets do what the user expects. (submitted by tegge@FreeBSD.org) Fix an EDT node leak. Target nodes would never go away. Implement xpt_bus_deregister(). (prodded by some patches from T. Ichinoseki, but implemented differently.) | ||||
* | Document the KASSERT() macro. | jmb | 2000-01-14 | 1 | -0/+74 |
| | |||||
* | Add driver support for the Aironet 4500/4800 series wireless 802.11 | wpaul | 2000-01-14 | 28 | -3/+5329 |
| | | | | | | | | | | | | | | NICs. (Finally!) The PCMCIA, ISA and PCI varieties are all supported, though only the ISA and PCI ones will work on the alpha for now. PCCARD, ISA and PCI attachments are all provided. Also provided an ancontrol(8) utility for configuring the NIC, man pages, and updated pccard.conf.sample. ISA cards are supported in both ISA PnP and hard-wired mode, although you must configure the kernel explicitly to support the hardwired mode since you have to know the I/O address and port ahead of time. Special thanks to Doug Ambrisko for doing the initial newbus hackery and getting it to work in infrastructure mode. | ||||
* | Forward declare some structs so that this header is more self-suifficent. | bde | 2000-01-14 | 12 | -0/+73 |
| | |||||
* | Apply patches in rev 1.2 and 1.9 that I forgot | guido | 2000-01-14 | 2 | -4/+6 |
| | | | | Pointe out by: bde | ||||
* | Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of | bde | 2000-01-14 | 2 | -2/+2 |
| | | | | __FreeBSD_version succeeds. | ||||
* | Set pccard_ifconfig in /etc/rc.conf automatically. | hosokawa | 2000-01-14 | 4 | -8/+16 |
| | |||||
* | Removed redundant declarations again. Fixed in rev.1.5, broken in rev.1.8. | bde | 2000-01-14 | 1 | -8/+2 |
| | |||||
* | Fixed bitrot in K&R support (3 missing __P(())'s defeated the point of 7 | bde | 2000-01-14 | 1 | -3/+7 |
| | | | | non-missing ones in <com_err.h> which includes this file). |