QIC ft0 driver support in 4.0-CURRENT gone?

1999-10-14 Thread Ron Klinkien


Sorry if I ask a FAQ,

But where is ft0 support gone?
There are some small traces in /dev/MAKEDEV and LINT but
it seems it's not supported anymore in 4.0-CURRENT.

I'm I correct?

I have a Conner drive connected to the floppy cable.

Regards,
Ron.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Current in loop while compiling MySQL Server 3.22.27

1999-12-05 Thread Ron Klinkien



Hi,
 
After cvsupping and a make kernel/world I decided 
to update my pkg's, all goes well until a make in 
/usr/ports/database/mysql322-server.
 
It hangs half way the compile on...
--- cut ---
I./../regex 
-I. -I../include -I.. -I.    
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  
-DDBUG_OFF  -O -pipe  -fno-implicit-templates -c 
sql_parse.ccc++ 
-DMYSQL_SERVER  
-DDEFAULT_MYSQL_HOME="\"/usr/local\""  
-DDATADIR="\"/var/db/mysql\""    
-DSHAREDIR="\"/usr/local/share/mysql\"" 
-DHAVE_CONFIG_H 
-I./../include 
-I./../regex 
-I. -I../include -I.. -I.    
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  
-DDBUG_OFF  -O -pipe  -fno-implicit-templates  -c 
sql_yacc.cc
--- cut ---
 
top showed:
--- cut ---
last pid: 29984;  load averages:  
0.93,  0.88,  0.65    up 6+19:45:29  
16:55:0359 processes:  2 running, 57 sleepingCPU states: 95.7% 
user,  0.0% nice,  2.4% system,  0.0% interrupt,  1.9% 
idleMem: 85M Active, 5384K Inact, 29M Wired, 3880K Cache, 11M Buf, 680K 
FreeSwap: 256M Total, 105M Used, 151M Free, 40% Inuse, 80K 
In   PID USERNAME PRI NICE  SIZE    RES 
STATE    TIME   WCPU    CPU 
COMMAND29974 root  59   0   
156M 84064K RUN  4:21 92.63% 92.63% 
cc1plus29976 root  29   0  
1928K   964K RUN  0:02  2.76%  
2.59% top  189 root   2   
0  2824K   576K select   0:18  0.00%  0.00% 
apache  223 root   2   
0  1608K   436K select   0:07  0.00%  0.00% 
nmbd  180 root   2   
0   904K   308K select   0:06  0.00%  
0.00% master  183 postfix    2   0   
936K   424K select   0:04  0.00%  0.00% 
qmgr   77 root   2   
0   848K   324K select   0:03  0.00%  
0.00% syslogd  102 root  10   
0   888K   284K nanslp   0:03  0.00%  
0.00% cron74322 root   2   
0  1384K   284K select   0:01  0.00%  0.00% 
telnetd  100 root   2   
0   928K   284K select   0:01  0.00%  
0.00% inetd  215 mysql  2   0 
11888K   124K select   0:00  0.00%  0.00% 
mysqld   82 daemon 2   
0   868K   196K select   0:00  0.00%  
0.00% portmap  105 root   
2   0   860K   200K select   0:00  
0.00%  0.00% lpd  221 root   
2   0  2000K   196K select   0:00  
0.00%  0.00% smbd29837 root  
10   0  1264K   324K wait 
0:00  0.00%  0.00% make26273 root  
10   0  1104K   324K wait 
0:00  0.00%  0.00% make20572 root  
10   0  1100K   324K wait 
0:00  0.00%  0.00% make
--- cut ---
 
any idea what is wrong?
 
Btw after the screencapture's above  cc1plus kept 
eating memory and cpu cycles ... but i didn't let it finish...
 
zappa# uname -aFreeBSD zappa.demon.nl 
4.0-CURRENT FreeBSD 4.0-CURRENT #56: Sun Nov 28 16:50:176
 
Regards,
Ron.
 
 


No disks found msg in /stand/sysinstall, how come?

1999-12-18 Thread Ron Klinkien

Is is not possible to configure and add a second disk via the
/stand/sysinstall
Label and Fdisk menu's?

I want to configure a second scsi disk to my system, but I get this message
while choosing
post-install/fdisk or label:

| |[- Message -]| |
  | ||No disks found!  Please verify that your disk controller is being  ||
|
  | ||properly probed at boot time.  See the Hardware Guide on the   ||
|
  | ||Documentation menu for clues on diagnosing this type of problem.   ||
|
  | |}---(100%)--{|
|
  | ||   [  OK  ]||
|
  | |[[ Press enter to continue ]]|
|

zappa# dmesg|grep da
Mounting root from ufs:/dev/da0s1a
da1 at ncr0 bus 0 target 6 lun 0
da1:  Fixed Direct Access SCSI-2 device
da1: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing
Enabled
da1: 4350MB (8910423 512 byte sectors: 255H 63S/T 554C)
da0 at ncr0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-2 device
da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing
Enabled
da0: 4094MB (8385121 512 byte sectors: 255H 63S/T 521C)

zappa# df -k
Filesystem  1K-blocks UsedAvail Capacity  Mounted on
/dev/da0s1a 99183235176773226%/
/dev/da0s1h   1205119   704100   40461064%/d1
/dev/da0s1e   1016303   8580917690892%/usr
/dev/da0s1f744175   278633   40600841%/usr/src
/dev/da0s1g744175 8138   676503 1%/var
procfs  440   100%/proc

zappa# uname -a
FreeBSD zappa.demon.nl 4.0-CURRENT FreeBSD 4.0-CURRENT #62: Fri Dec 17
20:56:18
CET 1999 [EMAIL PROTECTED]:/usr/src/sys/compile/MOON  i386


Did I miss something here?


Regards,
Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



bootparamd_enable support in rc.conf, anyone?

1999-12-18 Thread Ron Klinkien

Maybe an idea to implement:

bootparamd_enable="NO"   # Run bootparamd (or NO).
bootparamd_flags=""  # Flags to bootparamd.

in /etc/rc.conf

For the diskless client users among us...

Regards,
Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: No disks found msg in /stand/sysinstall, how come?

1999-12-19 Thread Ron Klinkien

Okay that explains it, have to go back to the good old shell command's
then...

Thanks,
Ron.

- Original Message - > > >
> > > > Is is not possible to configure and add a second disk via the
> > > > /stand/sysinstall Label and Fdisk menu's?
> > ... I got this, too, ... but
> > >
>
> Sysinstall is not build with 'make world', and should not be used on a
> system that's been updated that way.
>




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Got diskless Sun booting from FreeBSD server...

1999-12-19 Thread Ron Klinkien


Thanks to Ian Dowse and Patrick Gardella i got my SPARCclassic
booting and running as a nice Xterminal server.

-- cut ---
>And a message I got from Ian Dowse said:

>I think sometime around 3.0, the networking code in FreeBSD stopped
>responding to IP broadcasts where the 'zero' subnet broadcast address,
>which in your case is 209.9.69.0.

>We currently work around this on some 3.x machines by adding an alias
>address (which can be anything, even not in the same subnet) that has
>a broadcast address of our subnet zero address. Try something like:

>ifconfig fxp0 inet 10.0.0.1 netmask 0x broadcast 209.9.69.0 alias

>Maybe the old behaviour of responding to the subnet zero address should
>be available via a sysctl?

--- cut ---

Among a lot of other things the bug above stopped my kernel from booting...

The ifconfig workaround solved that..

All works ok now...

I start this manually to keep my Sun booting:

#!/bin/sh
ifconfig xl0 inet 10.0.0.1 broadcast 192.168.1.0 alias
bootparamd
xdm -config /xsun/usr/lib/X11/xdm/xdm-config
xfs



Thanks all.

Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



if_kue.c addition please commit...

2000-02-26 Thread Ron Klinkien


Hello Bill Paul,

After all the troubles I had trying to get several PCCards to workin 
my Compaq Laptop (who all work 100% with Linux).

I went out and looked for the cheapest USB->Ethernet adapter I get 
my hands on.

And what I hoped for, I works perfectly with 4.0-CURRENT!

No messing with irqs/pccard.conf/broken connectors etc

It's an Skymaster DHU-0404 it cost's $46 in the Netherlands

It also uses an Kawasaki LSI KL5KUSB101B chip.


After adding an entry to if_kue.c like this:
--
/*
 * Various supported device vendors/products.
 */
static struct kue_type kue_devs[] = {
{ USB_VENDOR_KLSI, USB_PRODUCT_AOX_USB101 },

--

It identifies itself as:

kue0: SKYMASTERInc. USB-Ethernet, rev 1.00/2.02, addr 2
kue0: Ethernet address: 00:c0:26:ae:02:71

ifconfig -a
kue0: 
flags=8843 
mtu 1500
inet 192.168.1.4 netmask 0xffe0 broadcast 192.168.1.31
ether 00:c0:26:ae:02:71

I tested it with several cvsups and large ftp sessions and works 
without any trouble.

Could you please commit it to 4.0?

Regards,
Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: cc1 sig 11'ing recently?

2000-04-26 Thread Ron Klinkien

> > Any getting these too?
> >
> > ild-tools
> > cd /usr/src/bin/sh; make build-tools
> > cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat   -c
> > /usr/src/bin/sh/mkinit.c
> > cc: Internal compiler error: program cc1 got fatal signal 11
>
> Only people with dodgy memory or cache (probably memory).

Or dodgy CPU's like some of the AMD K6/233 ones, when you install more than
32Mb memory.

I myself got bitten by this bug yesterday ;(

Didn't know this bug exists until I runned a Linux kernel ones, it warned me
for this...
Something for the FreeBSD kernel too?

Ron Klinkien.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Sysinstall panics kernel when SCSI_DELAY in kernel is too short, is this ok?

2000-07-05 Thread Ron Klinkien

Hi,

In current as of today, /stand/sysinstall generates the following kernel
panic when probing for devices...

--- (typed manually from console) ---

fatal trap 12:  page fault while in kernel mode
fault virtual addres = 0x26c80
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc017309e
stack pointer = 0x10:0xc8782d04
frame pointer = 0x10:0xc8782d04
code segment = base 0x0, limit 0xf, type 0x1b
  = DPL 0, pres 1, def32 1, gram 1
processor eflags  = interrupt enabled, resume, IOPL = 0
current process = 163 (sysinstall)
interrupt mask = none
trap number = 12
panic: page fault


scsi part from dmesg:

da0 at ahc0 bus 0 target 10 lun 0
da0:  Fixed Direct Access SCSI-3 device 
da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing
Enabled
da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C)
WARNING: / was not properly dismounted
(cd1:ahc0:0:5:0): got CAM status 0x4c
(cd1:ahc0:0:5:0): fatal error, failed to attach to device
(cd1:ahc0:0:5:0): lost device
(cd1:ahc0:0:5:0): removing device entry
cd0 at ahc0 bus 0 target 1 lun 0
cd0:  Removable CD-ROM SCSI-2 device 
cd0: 10.000MB/s transfers (10.000MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present

Notice the cd1: lines, its a CDR (HP 4020i) which is not recognized
because SCSI_DELAY
was too short in kernel config.

When I raise it too 15000 instead of 150 the cd1 is recognized on
startup.
And the panic went away, thats not the problem.

My question is:
Is the device entry removed ok from the system like dmesg says,
sysinstall seems
to still find something there when probing, and crashes the system.

The scsi controller is a ahc type (onboard Asus P2B-S).

Regards,
Ron.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



My Cardbus and Xircom Realport Ethernet II 10/100 experience...

2000-10-23 Thread Ron Klinkien

I run FreeBSD 5.0 on my Compaq Presario 1246 laptop
including an Xircom Realport Ethernet II 10/100 cardbus card.

My kernel includes:
device cardbus
device pccbb
device xe

dmesg reports:

Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #0: Mon Oct 23 21:31:52 CEST 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/GOBLIN
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 398525604 Hz
CPU: AMD-K6(tm) 3D processor (398.53-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x58c  Stepping = 12
  Features=0x8021bf
  AMD Features=0x8800
real memory  = 92209152 (90048K bytes)
avail memory = 86573056 (84544K bytes)
Preloaded elf kernel "kernel" at 0xc030e000.
K6-family MTRR support enabled (2 registers)
VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc00c70f8 (c00070f8)
VESA: Copyright 1998 TRIDENT MICROSYSTEMS INC.
Using $PIR table, 5 entries at 0xc00fdf90
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  at pcibus 0 on motherboard
pci0:  on pcib0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 0.0 irq 9
isab0:  at device 7.0 on pci0
isa0:  on isab0
atapci0:  port 0x1820-0x182f at device 7.1 on
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0:  port 0x1800-0x181f irq 11 at device 7.2
on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ums0: Logitech USB Mouse, rev 1.10/4.00, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
isab1:  at device 7.4 on pci0
pcm0:  port
0x1830-0x1833,0x1834-0x1837,0x1000-0x10ff irq 11 at device 7.5 on pci0
pci0:  (vendor=0x11c1, dev=0x0449) at 9.0 irq 9
pccbb0:  at device 10.0 on pci0
pccbb0: PCI Memory allocated: 1802
pci_cfgintr: 0:10:A routed to irq 9
cardbus0:  on pccbb0
pccbb0: Cannot attach pccard bus!
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
unknown:  can't assign resources
unknown:  can't assign resources
unknown:  can't assign resources
unknown:  can't assign resources
ad0: 4126MB  [8944/15/63] at ata0-master UDMA33
acd0: CDROM  at ata1-master using PIO4
Mounting root from ufs:/dev/ad0s3a
pccbb0: card inserted: event=0x, state=3820
pccbb0: pccbb_power: CARD_VCC_3V and CARD_VPP_UC [1]
cardbus0: reading CIS data from ROM
Product version: 5.0
Product name: Xircom | CardBus Ethernet II 10/100 | CBEII-10/100 | 1.03 |
TUPLE: Unknown(0x88) [4]: 5e a9 eb 00
TUPLE: Unknown(0x8a) [12]: 39 30 30 31 4f 42 45 42 41 39 35 45
TUPLE: Unknown(0x8b) [4]: 01 00 00 00
Manufacturer ID: 0501030181
TUPLE: DATE [4]: 70 4b 23 28
Functions: Network Adaptor, Multi-Functioned
Function Extension: 04060010a4eba95e
Function Extension: 0102
Function Extension: 0280969800
Function Extension: 0200e1f505
Function Extension: 0301
Function Extension: 0303
Function Extension: 0501
TUPLE: DEVICE_OC [4]: 02 4f 02 ff
cardbus0: Opening BAR: type=MEM, bar=10, len=0080
cardbus0: Opening BAR: type=MEM, bar=14, len=0080
cardbus0: Opening BAR: type=MEM, bar=18, len=0100
cardbus0: Opening BAR: type=MEM, bar=28, len=0400
TUPLE: CONFIG_CB [7]: 03 02 03 01 00 00 ff
TUPLE: CFTABLE_ENTRY_CB [8]: 41 b0 b0 bc 8e 0e fb 04
TUPLE: CFTABLE_ENTRY_CB [9]: 02 b8 02 b0 bc 8e 1c fb 04
TUPLE: NO_LINK [0]:
cardbus0:  (vendor=0x115d, dev=0x0003) at 0.0 irq 0
pccbb0: card activation failed

According to files in /usr/src/sys/dev/xe/* the card is supported by the xe
driver.

What to do to get this card working? I have the feeling I got real close...

Regards,
Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Fw: My Cardbus and Xircom Realport Ethernet II 10/100 experience...

2000-10-24 Thread Ron Klinkien

> 
> Nice work those pccard stuff...
> 

Ahum I ment cardbus stuff.. ;-)

Anyway my Xircom Realport II Cardbus 10/100 Mb card works ok now
It's one of those red double height ones with a RJ45 jack built into it...

Maybe something to mention in the docs to use the dc driver with it.

Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Fw: My Cardbus and Xircom Realport Ethernet II 10/100 experience...

2000-10-24 Thread Ron Klinkien


> In message <016501c03dfa$e7951780$[EMAIL PROTECTED]> "Ron Klinkien"
writes:
> : Maybe something to mention in the docs to use the dc driver with it.
>
> We need a good way to list known supported cards (not just pccard or
> cardbus) in a driver's man page.
>
> Warner

Maybe an idea to create a new man section for supported hardware info,
that way you can store this kind of info for all kinds of drivers, scsi,
video etc..
eg.
man dc 4 gives general info about dc driver
man dc 'x' gives list of supported hardware for this driver.

You only have to include an pointer for the user in the original man page,
and
list it under the SEE ALSO line.

Just my 1 eurocent...

Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Problems with 4.0 keyboard input!

1999-08-13 Thread Ron Klinkien


Hello,

After building a few succesfull 4.0 releases (last cvsupped on 13 aug 99),
the keyboard is acting very strange, i cannot login,
i get only strange characters, and when I hit CTRL I get:

load: 0.04 cmd: login242 [ttyin] 0.01u 0.03s 0% 772K
load: 0.04 cmd: login242 [ttyin] 0.01u 0.03s 0% 772K
load: 0.04 cmd: login242 [ttyin] 0.01u 0.03s 0% 772K



Login through the network with telnet is no problem

I also want to know what this means:

WARNING: "bktr" is usurping "bktr"'s cdevsw[]

It's my Brooktree video capture/tuner card


This is my dmesg and config:

--- dmesg ---
Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #23: Fri Aug 13 22:15:49 CEST 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/MOON
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 334092770 Hz
CPU: Pentium II/Xeon/Celeron (334.09-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x651  Stepping = 1

Features=0x183f9ff
real memory  = 134205440 (131060K bytes)
avail memory = 127098880 (124120K bytes)
Preloaded elf kernel "kernel" at 0xc02e2000.
VESA: v2.0, 4096k memory, flags:0x1, mode table:0xc028c1e2 (122)
VESA: Matrox Graphics Inc.
Pentium Pro MTRR support enabled
Probing for PnP devices:
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
WARNING: "bktr" is usurping "bktr"'s cdevsw[]
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
vga-pci0:  irq 10 at device 0.0 on
pci1
isab0:  at device 4.0 on pci0
chip1:  at device 4.1 on pci0
chip2:  at device 4.2 on pci0
chip3:  at device 4.3 on pci0
bktr0:  irq 14 at device 10.0 on pci0
iicbb0:  on bti2c0
iicbus0:  on iicbb0 master-only
smbus0:  on bti2c0
Miro TV, Temic PAL tuner.
xl0: <3Com 3c905-TX Fast Etherlink XL> irq 15 at device 11.0 on pci0
xl0: Ethernet address: 00:60:08:3e:74:63
xl0: autoneg complete, link status good (half-duplex, 10Mbps)
ncr0:  irq 10 at device 12.0 on pci0
isa0:  on motherboard
fdc0:  at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60-0x6f on isa0
atkbd0:  irq 1 on atkbdc0
psm0:  irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0:  at port 0x3b0-0x3df iomem 0xa-0xb on isa0
sc0:  on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
lpt0:  on ppbus 0
lpt0: Interrupt-driven port
isic0 at port 0xf80 iomem 0xd-0xd0fff irq 5 flags 0x2 on isa0
isic0: Teles S0/16, Creatix ISDN S0-16 or Niccy 1016
isic0: ISAC 2085 Version V2.3 (B3) (IOM-1) (Addr=0xc00d0100)
isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0xc00d0180, AddrB=0xc00d01c0)
Checking for GUS Plug-n-Play ...
No Plug-n-Play devices were found
gus0 at port 0x220 irq 11 drq 1 flags 0x3 on isa0
snd0:  snd0: 
i4b: ISDN call control device attached
i4bisppp: 1 ISDN SyncPPP device(s) attached
i4bctl: ISDN system control port attached
i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression)
i4btel: 2 ISDN telephony interface device(s) attached
i4brbch: 4 raw B channel access device(s) attached
i4btrc: 4 ISDN trace device(s) attached
changing root device to da0s1a
da0 at ncr0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-2 device
da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing
Enabled
da0: 4094MB (8385121 512 byte sectors: 255H 63S/T 521C)
cd0 at ncr0 bus 0 target 6 lun 0
cd0:  Removable CD-ROM SCSI-2 device
cd0: 10.000MB/s transfers (10.000MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present



--- CONFIG 
#
# MOON -- Kernel configuration for my FreeBSD server.
#
#   $Id: MOON,v 1.000.0.00 1999/08/09 17:12:26 ronk Exp $

machine "i386"
cpu "I686_CPU"
ident   MOON
maxusers64

options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=1000 #Be pessimistic about Joe SCSI device
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor

# System bus
controller  isa0
controller  pnp0
controller  pci0

# Floppy controller
controller  fdc0at isa? port "IO_FD1" irq 6 drq 2
disk 

RE: Problems with 4.0 keyboard input!

1999-08-14 Thread Ron Klinkien




Hello Brian,

>I get the bktr device usurping its own cdevsw[] as well - I was
>told it was "most likely" benign, so I've been waiting for
>others' comments.

I have looked in the source code, but what does usurping means? 
My English is not that good ;)

The messages comes from /usr/src/sys/kern/kern_conf.c


>I also get the keyboard problem periodically, and I've been
>trying to isolate just what I do to cause it. Generally, if I
>reboot and don't hit a key before FreeBSD boots, it never
>happens. If I tap enter to abort the countdown, the keyboard
>scrambles perhaps one time in five.

Thats what I have been doing the last five reboots, I pressed Return
to let it boot faster.
I shall try without.


>Resetting seems to be the only remedy. This persists with two
>different keyboard models and on unplugging and reinserting the
>keyboard.



 cut -
ata0: master: setting up UDMA2 mode on PIIX4 chip OK
ad0:  ATA-4 disk at ata0 as master
ad0: 13783MB (28229040 sectors), 28005 cyls, 16 heads, 63 S/T,
512 B/S
ad0: piomode=4, dmamode=2, udmamode=2
ad0: 16 secs/int, 31 depth queue, DMA mode
ata0: slave: setting up UDMA2 mode on PIIX4 chip OK
ad1:  ATA-4 disk at ata0 as slave 
ad1: 21557MB (44150400 sectors), 43800 cyls, 16 heads, 63 S/T,
512 B/S
ad1: piomode=4, dmamode=2, udmamode=2
ad1: 16 secs/int, 31 depth queue, DMA mode
ata1: master: setting up UDMA2 mode on PIIX4 chip OK
ad2:  ATA-4 disk at ata1 as master
ad2: 13783MB (28229040 sectors), 28005 cyls, 16 heads, 63 S/T,
512 B/S
--- cut 

Do you have enough disk space ;-)))


Thanks for you reaction.

Regards,
Ron.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: Problems with 4.0 keyboard input!

1999-08-14 Thread Ron Klinkien


In message <000401bee65b$b6fd0440$0264a8c0@.demon.nl>, "Ron Klinkien"
writes:

>>I get the bktr device usurping its own cdevsw[] as well - I was
>>told it was "most likely" benign, so I've been waiting for
>>others' comments.
>
>I have looked in the source code, but what does usurping means?
>My English is not that good ;)

>>It means "to take or assume and hold (something) by force or without
>>right".  Usually used about power in subsaharan our south american
>>countries.

Aha ok.

Thanks for the explanation.

Ron.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Help! System won't boot the normal way after a make world...

1999-09-12 Thread Ron Klinkien



Using FreeBSD 4.0 current for quite some time
and staying current with cvsup work fine for me a few months.

But today shit hits the fan, after a make world my system won't boot without
errors and manual interference..
 last part of dmesg after boot -v - :
changing root device to da0s1a
da0 at ncr0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-2 device
da0: Serial Number JDW582790LFGXG
da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing
Enabled
da0: 4094MB (8385121 512 byte sectors: 255H 63S/T 521C)
da0s1: type 0xa5, start 0, end = 8385120, size 8385121
da0s1: C/H/S end 521/242/10 (1268459) != end 8385120: invalid
start_init: trying /sbin/init
file: table is full
file: table is full
file: table is full
file: table is full


The console reports instead of the file: lines:

.: out of file descriptors
Enter full pathname of shell or RETURN for /bin/sh:

I can let it go to multiuser when i do the following:

exec /etc/rc

and type CTRL-C/D a couple of times, letting it skip the first processes it
start.


I don't know where to look, the msgs assume there is something wrong with
the disk/filesystems
(da0s1: C/H/S end 521/242/10 (1268459) != end 8385120: invalid )

But i can fsck and mount them all without errors... There are no full
filesystems:

zappa# df -k
Filesystem  1K-blocks UsedAvail Capacity  Mounted on
/dev/da0s1a 99183229526829725%/
/dev/da0s1h   1205119   502981   60572945%/dump
/dev/da0s1e   1016303   791947   14305285%/usr
/dev/da0s1f744175   256046   42859537%/usr/src
/dev/da0s1g744175 6214   678427 1%/var
procfs  440   100%/proc

After the manual multi-user mode I can even do a new make world and make
kernel but it doesn't change anything.

Something in the early /sbin/init part goes wrong, can anyone describe the
boot process in this stage?


Regards,
Ron.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message