christos
7e19baba28
protect against traditional macro expansion.
2001-10-03 13:32:23 +00:00
simonb
cfd067b21b
One copy of <sys/conf.h> will be enough.
2001-10-03 13:14:02 +00:00
simonb
f13f663c13
Regen: Minor correction to the name of the 405GP PCI bridge.
2001-10-03 12:07:08 +00:00
simonb
f3706d5650
Minor correction to the name of the 405GP PCI bridge.
2001-10-03 12:05:49 +00:00
chs
4dcf281923
use pmap_k{enter_pa,remove}() where appropriate.
2001-10-03 09:40:12 +00:00
chs
f657918fda
deal with bus_addr_t now being a 64-bit quantity. fixes PR 14107.
2001-10-03 09:37:23 +00:00
yamt
9946aef1da
ack intr only when intr is for us.
2001-10-03 06:58:47 +00:00
chs
3aea6d69ad
skip the MADV_SEQUENTIAL processing if we refault. fixes PR 14060.
2001-10-03 05:17:58 +00:00
chs
8b8f98cdbe
don't do any flush-behind for async mounts.
...
this matches the traditional behaviour.
2001-10-03 05:02:46 +00:00
mrg
0cfedcb2eb
frontend driver for the 16 port serial card by aurora technologies. this
...
doesn't quite work yet -- interrupt acknowledgement is hosed (and thus the
device keeps interrupting). uses the newly commited cd18xx backend.
2001-10-03 04:28:41 +00:00
mrg
5d4f3fa900
add a backend serial driver for the cirrus logic CL-CD180/1864/1865
...
8 port chip. this is used in several sbus (sparc) serial boards, as
well as an 8 port isa card from riscom. sio16 (sbus) frontend coming
shortly.
this is heavily based on the com and zs drivers.
2001-10-03 04:25:29 +00:00
augustss
1339e88a86
Add a new optional method, dev_ioctl, to the audio hardware driver interface.
...
It is called when an unrecognized ioctl() is performed on a device,
thus allowing ioctl()s that frob the hardware driver (like loading
microcode).
2001-10-03 00:04:47 +00:00
augustss
9cf205c410
ANSIfy.
2001-10-02 23:31:54 +00:00
augustss
f51c550f74
ANSIfy.
2001-10-02 22:41:22 +00:00
mycroft
9463168fe5
Use WSKBD_TYPE_ADB.
2001-10-02 21:05:39 +00:00
mycroft
5f1dd50365
Add a WSKBD_TYPE_ADB for Macs.
2001-10-02 21:03:05 +00:00
eeh
cd58dffb9d
Handle the situation where console input and console output go to different
...
devices. (N.B. The com driver does not handle different instances as input
and output devices, so this only works for two different drivers.)
2001-10-02 20:19:33 +00:00
pooka
787bb8ce97
fix system freeze in situation where you pop a pcmcia card out of the
...
slot while it is in operation
ok'd by thorpej
2001-10-02 19:17:07 +00:00
pooka
1e72a22c49
move DIAGNOSTIC-printf up one block to make it reachable
...
noted by Christophe Kalt in private email
2001-10-02 17:59:38 +00:00
chs
fee0c8e5ed
support building fpsp with MAKEOBJDIRPREFIX.
2001-10-02 06:34:52 +00:00
chs
7491bc8eea
add ashldi3.c, needed by ufs.c due to added cast in lblktosize().
2001-10-02 06:30:03 +00:00
eeh
408b9fac30
Fix rtc_write_reg().
2001-10-02 04:06:26 +00:00
eeh
a0265b2599
Remove some debug messages.
2001-10-01 23:55:00 +00:00
eeh
ef420318e0
Increase receive ring to 128 entries and handle both endian devices.
2001-10-01 23:39:57 +00:00
fvdl
9706e581b2
Don't map the aperture into KVA, it isn't needed.
2001-10-01 21:54:48 +00:00
minoura
0c64b75cd1
Install as xxboot_*, and create links as fdboot_* and sdboot_*.
2001-10-01 17:03:38 +00:00
minoura
a78691e911
Add a prompt message.
2001-10-01 16:59:34 +00:00
minoura
3600319102
CPU is not (yet) checkd.
...
Use 68000 instructions only.
2001-10-01 16:58:01 +00:00
fvdl
408e1d1b10
Fix bogus vdir offset calculation.
2001-10-01 14:41:09 +00:00
simonb
30d7e93296
Move pmax-only if_le_ibus.c from dev/tc to arch/pmax/ibus.
2001-10-01 11:42:17 +00:00
simonb
8b1f359f13
Add "asc* at tc?" for PMAZ-A TurboChannel cards.
2001-10-01 10:23:37 +00:00
simonb
342856c15c
Move asc_tc and asc_tcds config info to dev/tc/files.tc now that pmax
...
uses MI SCSI.
2001-10-01 10:22:42 +00:00
simonb
240c203d16
s/asc_pmaz/asc_tc/g
2001-10-01 10:19:09 +00:00
simonb
f976a7141c
Move MI PMAZ-A SCSI attachment to sys/dev/tc.
2001-10-01 10:17:25 +00:00
yamt
0e8ee83d8f
avoid losing a desc on error.
2001-10-01 09:26:29 +00:00
fredette
d17c1f50bd
Changed an obio to read Multibus.
2001-10-01 01:53:31 +00:00
fredette
65df8b69be
Added the prom_kbdid function, to help us figure out if
...
the console keyboard is on the parallel interface or zs1.
2001-10-01 01:46:56 +00:00
thorpej
4e77e1ee5f
Regen; added product ID for RealTek 8139[BC].
2001-10-01 00:28:02 +00:00
thorpej
2b02410c00
Add product ID for the RealTek 8139[BC].
2001-10-01 00:27:33 +00:00
jmc
806aee01eb
Don't force CFLAGS to -g for all builds.
2001-09-30 23:02:25 +00:00
manu
801da94626
Implements parts of sysmips() and fctnl64() emulation
2001-09-30 20:52:40 +00:00
manu
a9c8120ff3
Fixes my last commit: only mips really need fcntl64 to work now. i386 and
...
powerpc could use it later if needed. m68k and alpha should never need it.
2001-09-30 20:44:49 +00:00
martin
62aaf2691e
Make i386 kernels compile again.
...
fcntl64 was still marked UNIMPL, but the implementation existed, causing
a missing prototype warning.
XXX I have no clue if this is the correct fix - someone able to test this
please review it!
2001-09-30 18:57:43 +00:00
chs
781fe69288
add glue required by new genfs_getpages().
2001-09-30 18:47:48 +00:00
ragge
9332449994
Check if page to be remapped in pmap_enter() is entered by pmap_kenter_pa(),
...
to decide whether to remove the previous mapping from pv_table or not.
Should fix PR#12231.
2001-09-30 17:12:08 +00:00
manu
238328fb7a
Added initial support for fcntl64 system call (file locking is not
...
implemented)
2001-09-30 16:04:03 +00:00
minoura
5e62bcc792
Print daemon image on startup.
...
(any other missing features?)
2001-09-30 15:54:38 +00:00
chs
30e122c6f1
in vndstrategy(), handle the underlying file being force-unmounted.
2001-09-30 12:32:09 +00:00
martin
2c433e9757
Fix a very stupid pasto - the card has two B channels, so better not
...
query the HSCX chip version of the third one.
2001-09-30 11:50:05 +00:00
sato
e848d501fd
swap value of VR4181_SIU_ADDR and VR4181_SIU1_ADDR.
...
fix typo.
2001-09-30 11:33:00 +00:00