bde
f77c71a1d3
Backed out rev.1.47. It just broke my optimisations for lazy syncing
...
of timestamps in rev.1.45. The soft updates bug was elsewhere.
Forgotten by: luoqi
1999-01-06 16:52:38 +00:00
n_hibma
a10090836f
Removed NetBSD specific code
1999-01-06 12:31:28 +00:00
abial
cfa7b9f775
Add new sysctl machdep.uc_devlist. It allows to cleanly retrieve the
...
list of devices which has been changed in UserConfig, without resorting
to reading /dev/kmem.
The data returned consist of series of struct isa_device and
char dev_name[8].
Ok'd by: jkh
1999-01-06 09:09:22 +00:00
jkh
8b25eb3e6f
Don't build biosboot by default - there's no point now that nothing
...
looks for /usr/mdec/boot{1,2}. The other stuff in here is probably
equally useless/pointless but I'm going to not worry about it for now.
1999-01-06 08:46:26 +00:00
yokota
6626ff5b05
Assign CDEV 112 to the keyboard driver.
1999-01-06 06:43:51 +00:00
yokota
a617215e8a
Move IO_PSMSIZE from kbdio.h to isareg.h.
...
While I am here, correct the values for IO_MDASIZE and IO_CGASIZE; they
should be 12 rather than 16.
1999-01-06 05:49:30 +00:00
yokota
4546265cab
Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long time
...
ago...
While I am here, correct the values for IO_MDASIZE and IO_CGASIZE; they
should be 12 rather than 16.
1999-01-06 05:40:01 +00:00
yokota
5ca24859b5
Assign CDEV 112 to the keyboard driver.
1999-01-06 05:35:39 +00:00
ken
2551bfc1d6
The Conner CFP2107 is a fixed-media drive, not removable media. This fixes
...
the quirk that disables tagged queueing for those drives.
Also, silence a warning by disabling xpt_for_all_targets() and
xpt_for_all_periphs(). These two functions are not currently used, but
they should not be removed. They're part of a set of functions that
provide a way to execute a function for every {bus,target,device,periph} in
the system.
If anyone needs to use either function in the future, they can be
un-#ifdefed.
1999-01-05 21:37:07 +00:00
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