summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Alpha 8200: minor formatting tweaks; removal of clause 3 of licence.mjacob2000-03-181-6/+2
|
* Alpha 8200: Rework to get working properly with real h/w. This isn't amjacob2000-03-181-115/+179
| | | | | | clean MI/MD driver, but it *does* actually work at this time. Updated to use new make_dev stuff. A CONS_DRIVER declaration is also put in so that this can be the real console for the 8200s.
* Alpha 8200: Ooops on last delta- real changes include redoing bus attachmentmjacob2000-03-181-1/+0
| | | | code and interrupt mapping code.
* Alpha 8200: Some minor formatting tweaks and removal of clause 3 of licence.mjacob2000-03-181-153/+130
|
* Alpha 8200: add a dummy driver for TLSB CPU nodes. Not so dummy, actually,mjacob2000-03-181-0/+121
| | | | as you have to hook a GBus into it.
* Alpha 8200: Add in variables and defines for DWLPX PCI controllers.mjacob2000-03-181-0/+92
|
* Alpha8200: Update this stub memory board driver for using newbus.mjacob2000-03-181-39/+33
|
* Make the "can't find an rsafoo package" messages more informative.jkh2000-03-183-12/+30
|
* Update release notes for 4.0 realityjkh2000-03-182-4/+4
| | | | | PR: 17446 Submitted by: trev@sentry.org
* Correct $FreeBSD tags to include the (missing) ``:'', restoring the tagsrwatson2000-03-183-3/+3
| | | | to a useful condition.
* Introduce a new bd_seesent flag to the BPF descriptor, indicating whether orrwatson2000-03-184-0/+30
| | | | | | | | | | | | | | | | not the current BPF device should report locally generated packets or not. This allows sniffing applications to see only packets that are not generated locally, which can be useful for debugging bridging problems, or other situations where MAC addresses are not sufficient to identify locally sourced packets. Default to true for this flag, so as to provide existing behavior by default. Introduce two new ioctls, BIOCGSEESENT and BIOCSSEESENT, which may be used to manipulate this flag from userland, given appropriate privilege. Modify bpf.4 to document these two new ioctl arguments. Reviewed by: asmodai
* Update the australian ntp server, the old one is no longercpiazza2000-03-183-6/+6
| | | | | | | available. PR: 17448 Submitted by: Chris Knight <chris@aims.com.au>
* Update to the latest development version of the Mylex driver. Changes inmsmith2000-03-186-162/+704
| | | | | | | | | | | | | | | | | | this version include: - Support for version 2.x firmware (2.42 or later recommended). This means we are the only open-source driver supporting these adapters. This code has only been tested on a Digital KZPCA adapter in an Alpha system, but is believed to be correct. NOTE: EISA adapters are not yet supported. - Support the BIOS/Firmware initialisation handshake protocol. This allows the driver to bring the card up to operational state even if the BIOS can't be run (eg. if it's an x86 BIOS in an Alpha system). - A working command pasthrough interface. This allows a user-space configuration tool (under development) to issue arbitrary commands to the controller or to devices in the system.
* Add another device/vendor code combination to support yet anotherwpaul2000-03-181-0/+1
| | | | KLSI-based device (Skymaster DHU-0404).
* Update Tigon firmware yet again, this time to version 12.3.20.wpaul2000-03-186-3178/+3186
|
* In vn_isdisk(), check whether vp->v_rdev is NULL. If it is, thenchris2000-03-182-0/+10
| | | | | | | | return ENXIO (Device not configured). Without this, vn_isdisk() could (and did in the case of lstat() under fdesc) pass a NULL pointer to devsw(), which caused a page fault. Reviewed by: alfred
* wfd is gone (pre-ata ide floppy (ls-120, zip) driver)peter2000-03-172-241/+1
|
* wst is gone (pre-ata ide tape driver)peter2000-03-172-239/+1
|
* Combine two sentence fragments to form one complete sentence,chris2000-03-171-2/+2
| | | | | | | | | ``Depending on the setting of the sysctl variable `net.inet.ipfw.one_pass' Packets coming from a pipe ...'' into ``... the sysctl variable `net.ipfw.one_pass', packets coming from ...''
* Be consistent and use .Ql for sysctl variables, instead of inconsistentchris2000-03-171-10/+4
| | | | .Bd -literal with inconsistent indenting.
* Make the fore_dnld program more robust and reliable.phk2000-03-171-6/+15
| | | | In particular HZ=1000 would seem to break it before.
* Newer ciscos have become more picky, and will not accept the MULTICAST bitphk2000-03-171-1/+1
| | | | being set for unicast packets.
* Fixed header file path and added necessary file.nyan2000-03-176-6/+355
|
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.27 and 1.28.nyan2000-03-171-7/+8
| | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
* Sync with sys/i386/i386/userconfig.c revision 1.175 and 1.176.nyan2000-03-171-156/+44
|
* Backed out ppc0 flags addtion. It isn't necessary without PPC_PROBE_CHIPSETnyan2000-03-172-2/+2
| | | | | | option. Pointed out by: peter
* Use 64-bit math to calculate if we have hit our freespace limit.mckusick2000-03-171-1/+2
| | | | Necessary for coherent results on filesystems bigger than 0.5Tb.
* Back out that last commit, it may be insecure (pointed out by Warnerbsd2000-03-161-1/+1
| | | | Losh).
* Slight adjustment to __ivaliduser() - don't ignore the last line inbsd2000-03-161-1/+1
| | | | the .rhosts file just because there is no ending linefeed.
* Be consistent with `struct vattr' naming. Half of this manual used `vpp'chris2000-03-161-4/+4
| | | | | | | while the other half used `vap', and in one case resulted in code that made no sense. Replaced all of them with `vap'. (Typically, `vpp' is a pointer to a pointer to a struct vnode anyway).
* Move a comment to make things a bit more readable.brian2000-03-162-4/+4
| | | | | Suggested by: sheldonh Forgotten by: me
* Clean up mdoc:sheldonh2000-03-161-33/+45
| | | | | | | | | | | | | * Apply sentence breaking style. * Add missing periods to the ends of sentences. * Replace bogus use of Nm with Em and Pa as appropriate. * Rename the EXAMPLE section to EXAMPLES. * Tidy up wording and fix spelling errors. * Use an Rs -> Re block instead of Xr for the SourceForge URL. * Correct the SourceForge URL. * Improve the compilation instructions for the SourceForge utilities. Approved by: n_hibma
* Fixed to probe extended memory for over 256M or under 64M.nyan2000-03-164-217/+271
| | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Changed key assign for PC-98.nyan2000-03-161-5/+5
| | | | | | | | | | | | | shift+TAB : BackTab HELP : End STOP : ScrollLock shift+STOP : ScreenSaver GRPH +STOP : Suspend(susp) COPY : NextScreen(nscr) ctrl +COPY : Debug NFER : Meta Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Fixed to support old parallel interface.nyan2000-03-162-4/+16
| | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Added 'flags 0x40' to ppc0.nyan2000-03-162-2/+2
|
* Changed sio1 flags to 0x12000010 to enable serial console.nyan2000-03-162-2/+2
| | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Add the aue ethernet interface as welln_hibma2000-03-161-2/+2
| | | | Submitted by: Can't remember and can't find it either.
* Instead of using the next unit available, use the first unit available.n_hibma2000-03-162-14/+21
| | | | | | | | | | This avoids the unit number from going up indefinitely when diconnecting and connecting 2 devices alternately. Noticed by: nsayer (quite a while ago) And stop calling DEVICE_NOMATCH at probe repeatedly. This stops the message on the PCI VGA board from being printed when loading a PCI driver.
* Update the list of supported devices.n_hibma2000-03-162-3/+3
|
* nclude the manpage for the urio driver in the world.n_hibma2000-03-161-1/+1
|
* Please welcome the URio driver. Written byn_hibma2000-03-1612-1/+753
| | | | Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-1614-174/+0
| | | | dangerous MAX_PERF option.
* Entries are now SORTED in this file. They are sorted first by theimp2000-03-162-1252/+1294
| | | | | | | | | | | | | driver that they use, followed by the MFG CIS string, followed by the model CIS. Future entries *WILL* follow this convention, or I'll be grumpy. Please let me know if this messes anybody up. There were one or two pentries that were duplicated. Some were removed since they were identical, others were left in place. Approved, in principle, by the nomads mailing list.
* Remove "conflicts" from kernel config files for picobsd.patrick2000-03-167-7/+7
| | | | | PR: 17383 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Add the _POSIX_SEMAPHORES feature flag.jasone2000-03-161-0/+1
|
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-1610-12/+14
| | | | libc_r.
* Support more filesystems in fstat(1): now you can use fstat(1) togreen2000-03-165-22/+316
| | | | | | | | | find out if files on msdosfs and cd9660 filestores are open. There was also a movement of some common things to a header, a small cleanup. PR: bin/16364 bin/7043 Submitted by: Peter Edwards <peter.edwards@openet-telecom.com>
* Alpha 8200 port: Until we fix things better, determine which alpha CPUmjacob2000-03-152-18/+74
| | | | | | | platform we're running on so we know how many bits to reserve at the top end for the 'hose' value. It turns out that there's *just* enough room to support all possible hoses on TurboLaser. Reviewed by: gallatin@freebsd.org, dfr@free3bsd.org
* Add a quirk entry for Y-E Data USB floppy drive.n_hibma2000-03-151-0/+10
| | | | Driver follows in the next few days.
OpenPOWER on IntegriCloud