msmith
e6452a0522
Alpha-specific help topics (currently empty)
1999-01-05 20:44:26 +00:00
mjacob
cde26a9708
Add a quirk that disables SYNCHRONIZE CACHE
...
PR: 8882
Obtained from: Hellmuth Michaelis hm@kts.org
1999-01-05 20:43:41 +00:00
msmith
4fdc7a54c7
Don't allow more than one module with the same name to be loaded.
...
Make kldfind ignore the path when searching for a loaded module.
Submitted by: John Birrell (jb@freebsd.org )
1999-01-05 20:24:28 +00:00
eivind
ffaaca5874
Remove the 'waslocked' parameter to vfs_object_create().
1999-01-05 18:50:03 +00:00
dfr
df5bc79a55
Fix fubyte to actually return the correct value (it was always returning
...
zero). This caused device reads to corrupt the first byte of the page
being read into (the cause of frozen keyboards in sysinstall).
1999-01-05 18:39:02 +00:00
eivind
2b3e3223c1
Finish staticization.
1999-01-05 18:12:29 +00:00
n_hibma
e355863092
Big oops, wrong major number in source
1999-01-05 09:33:23 +00:00
peter
1c3fe295c3
A partial implementation of the procfs cmdline pseudo-file. This
...
is enough to satisfy things like StarOffice. This is a hack, but doing
it properly would be a LOT of work, and would require extensive grovelling
around in the user address space to find the argv[].
Obtained from: Mostly from Andrzej Bialecki <abial@nask.pl>.
1999-01-05 03:53:06 +00:00
wpaul
169d9aa405
GRRRR! Apparently, the promiscuous mode chip bug which I thought was
...
isolated to revision 33 PNIC chips is also present in revision 32 chips.
Cards with rev. 32 chips include the LinkSys LNE100TX and the Matrox
FastNIC 10/100. This accounts for all the cards that I have to test
with.
(I was never able to personally trip the bug on this chip rev, but today
one of the guys in the lab did it with the software they're working on
for their cellular IP project, which uses BPF and promiscuous mode
extensively.)
This commit enables the promiscuous mode software workaround code for
both revison 32 and revision 33 chips. It's possible all of the PNIC
chips suffer from this bug, but these are the only two revs where I
know for a fact it exists.
1999-01-05 00:59:08 +00:00
luigi
7593ef4cbd
Fix YMF719 detection (report by jose@we.lc.ehu.es).
...
Fix compile problems without "controller pnp0"
(fix by German Tischler)
1999-01-04 20:06:38 +00:00
peter
46c636cd84
Fix a potential sign extension bug on 8-bit chars.
...
Outputting a backspace isn't supposed to be destructive.. It isn't on
most terminals, nor on the standard bios output (vs. TERM_EMU mode)
1999-01-04 18:45:08 +00:00
peter
6a8415504a
Fix variable initialization.. It was written with '==' instead of '-'.
...
#include <string.h> for string prototypes.
1999-01-04 18:39:24 +00:00
peter
0e973448d5
Clean some unused variables lint
1999-01-04 18:38:23 +00:00
peter
2304ebab76
Don't forget a trailing \n when loading a kernel that has been stripped.
...
(This might make ELF_VERBOSE look funny, but I'm tempted to delete that
anyway)
1999-01-04 18:37:41 +00:00
luigi
ca08832936
Bring in ad1816 patches from German Tischler.
...
Fix 'device not configured' problem that people were experiencing
when only PCI devices are present.
1999-01-04 10:40:14 +00:00
kato
30ad5c00bb
Sync with sys/i386/conf/options.i386 revision 1.101.
1999-01-04 08:09:15 +00:00
kato
d4d45e7752
Sync with sys/i386/conf/majors.i386 revision 1.59.
1999-01-04 08:08:28 +00:00
kato
96e22ccf8e
Sync with sys/i386/conf/files.i386 revision up to 1.217.
1999-01-04 08:07:47 +00:00
kato
754720ffe0
Sync with sys/i386/boot/rawboot/Makefile revision 1.12.
1999-01-04 08:05:55 +00:00
kato
d3eaa09291
Sync with sys/i386/boot/netboot/Makefile revision 1.22.
1999-01-04 08:05:01 +00:00
kato
d53825ea94
Sync with sys/i386/boot/kzipboot/Makefile revision 1.10.
1999-01-04 08:03:17 +00:00
kato
ce45c43791
Sync with sys/i386/boot/biosboot/Makefile revision 1.68.
1999-01-04 08:02:13 +00:00
kato
3f95b65162
Sync with sys/i386/boot/Makefile.inc revision up to 1.5.
1999-01-04 08:01:04 +00:00
msmith
18c1130833
Restore dependancy to build loader.help here
1999-01-04 01:28:46 +00:00
msmith
eec8f14ee3
Add dependancy to build loader.help here
1999-01-04 01:28:39 +00:00
mjacob
97dd49d76d
Temporary workaround (bandaid) for case where you have READ
...
CAPACITY fail for a non-removable media device. There's a race
condition where the device entry is removed and then
xpt_release_ccb is called which attempts to give back the ccb
to a device that's now gone. In this bandaid release the ccb
early and then remember to not call xpt_release_ccb later.
1999-01-03 22:57:54 +00:00
msmith
b4c6624855
First cut at generating loader.help for the alpha
1999-01-03 20:54:05 +00:00
msmith
a344fa1d6d
Reenable generation of the loader.help file
1999-01-03 20:50:35 +00:00
kato
f8af2f87d0
Recognize IDE controler even if HDD is not connected.
...
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
1999-01-03 17:26:04 +00:00
n_hibma
ea1bd971b4
Corrected the major number for usb and added ums as major 111
1999-01-03 16:48:03 +00:00
kato
9ace34cb3e
- Remove bus-dependent addresses from `ic' file.
...
- Special registers of IO-DATA device's RSA series are defined in
ic/rsa.h (new file).
Pointed out by: Bruce Evans <bde@zeta.org.au>
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1999-01-03 15:57:02 +00:00
jkh
7134405f9c
catch a /boot doc instance I missed.
1999-01-03 07:38:58 +00:00
jkh
ed5bf3060a
Revert r1.4 - I was confused as to its real meaning.
...
Noted by: bde
1999-01-03 07:38:15 +00:00
kato
0f0d2d450c
Support following devices:
...
- on board 2nd CCU
- Midori Elec. MDC-926Rs
- Midori-Hayes ESP98
- NEC PC-9861K, PC-9801-101 PC-9801-120
- Melco IND-SP and IND-SS
- PIO-9032A/B/C
- B98-01 and B98-02
- IO-data device RSA-98II and RSA-98III
- MC-16550
- MC-RS98
- Media Inteligent RSB-2000/3000 and RSB-384
- PCMCIA modem card
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1999-01-03 05:03:47 +00:00
jkh
468764485d
Clean up some more residual /usr/mdec references. I left all the
...
extra rbootd/boot rom cruft pointing at /usr/mdec since it either
doesn't exist or doesn't work anyway, so who cares? :)
1999-01-03 02:18:58 +00:00
wpaul
eaf34b61de
Minor bug: in the case where allocating a fresh mbuf for the receive ring
...
fails, we need to set the descriptor status word so that the 'OWN' bit
is set again so that the chip can reuse it. Previously, this wasn't being
done.
1999-01-03 02:05:21 +00:00
jkh
a8ac3175ba
Update for new boot block location.
1999-01-02 23:22:12 +00:00
dt
9fd92bdfdc
Now empty DOS filesystems default to long file names. Non-empty filesystems
...
without traces of Win95 default to short file names, as before.
1999-01-02 18:52:13 +00:00
hoek
746b760ccd
Extraneous space.
1999-01-02 17:11:45 +00:00
dt
eed8390975
Ensure that deHighClust in direntry always initialized.
...
Noticed by: Carl Mascott <cmascott@world.std.com>
Don't write access time of a file more than once per day. (Its precision is
1 day anyway). Don't try to write access and creation time in nonwin95 case.
Suggested by: bde (long time ago).
1999-01-02 13:26:29 +00:00
bde
734d13314e
Ifdefed conditionally used simplock variables.
1999-01-02 11:34:57 +00:00
eivind
9922763a3d
Remove the last clients of vfs_object_create(..., waslocked=1);
...
waslocked will go away shortly.
Reviewed by: dg
1999-01-02 01:32:36 +00:00
luigi
73e4a133ff
unbreak devfs support after wrong cut&paste...
...
ReportedBy: Louis A. Mamakos
1999-01-01 14:53:31 +00:00
bde
779777b459
Fixed bitrot in a comment. Fixed some style bugs.
1999-01-01 14:41:51 +00:00
des
b55ee2b7ad
Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly in
...
low-res, but it works...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-01-01 14:40:49 +00:00
des
e28b0e4fb9
Correct typo in macro name.
1999-01-01 14:38:30 +00:00
bde
ac92ef8448
Don't use __BEGIN_DECLS/__END_DECLS in the kernel.
...
Fixed some other, even more minor style bugs.
1999-01-01 14:30:11 +00:00
bde
85cf5d9658
Minor English and spelling fixes.
1999-01-01 14:21:13 +00:00
bde
1e49b19cb0
The previous commit was bogus. malloc(..., M_WAITOK) should not be
...
used in device attach routines. At least for attaches at boot time,
actually waiting, or actually failing for malloc(..., M_NOWAIT), are
almost equally unlikely and harmless, but using M_WAITOK interferes
with automatic detection of bogus M_WAITOK's.
1999-01-01 12:35:47 +00:00
bde
d98e810644
Fixed bitrot in comments.
1999-01-01 10:33:52 +00:00