Date: Sun, 25 Feb 2001 12:37:39 -0800 From: Randy Bush <randy@psg.com> To: FreeBSD Laptoppers <freebsd-mobile@freebsd.org> Subject: sundisk Message-ID: <E14X7vH-0007Hm-00@rip.psg.com>
next in thread | raw e-mail | index | archive | help
[ this will be a stupid config hack ]
i had this working on 3.5+pao, but i just moved to 4.2-stable and no go.
sony vaio 505tx
4.2-stable in the last couple of days
orinoco silver card
sundisk card in sundisk adapter
no problem with the orinoco as wi0
pccardd[3333]: Card "Lucent Technologies"("WaveLAN/IEEE") [Version 01.01] [] matched "Lucent Technologies" ("WaveLAN/IEEE") [(null)] [(null)]
pccardd[3333]: wi0: Lucent Technologies (WaveLAN/IEEE) inserted.
dhclient: Listening on BPF/wi0/00:60:1d:f6:33:4e
dhclient: Sending on BPF/wi0/00:60:1d:f6:33:4e
dhclient: Sending on Socket/fallback/fallback-net
dhclient: DHCPREQUEST on wi0 to 255.255.255.255 port 67
dhclient: DHCPREQUEST on wi0 to 255.255.255.255 port 67
dhclient: DHCPACK from 666.42.7.11
dhclient: bound to 666.42.7.12 -- renewal in 1800 seconds.
the sun card is recognized
pccardd[3333]: Card "SunDisk"("SDP") [5/3 0.6] [(null)] matched "SunDisk" ("/.*/") [(null)] [(null)]
pccardd[3333]: ata4: SunDisk (/.*/) inserted.
but i can not mount it
/dev/ad4e /.p ufs rw,noauto 0 0
tells me ad4e is not configured, yet i have
crw-r----- 2 root operator 116, 0x00010022 Feb 24 18:01 /dev/ad4
crw-r----- 2 root operator 116, 32 Feb 24 18:01 /dev/ad4a
crw-r----- 2 root operator 116, 33 Feb 24 18:01 /dev/ad4b
crw-r----- 2 root operator 116, 34 Feb 24 18:01 /dev/ad4c
crw-r----- 2 root operator 116, 35 Feb 24 18:01 /dev/ad4d
crw-r----- 2 root operator 116, 36 Feb 24 18:01 /dev/ad4e
crw-r----- 2 root operator 116, 37 Feb 24 18:01 /dev/ad4f
crw-r----- 2 root operator 116, 38 Feb 24 18:01 /dev/ad4g
crw-r----- 2 root operator 116, 39 Feb 24 18:01 /dev/ad4h
crw-r----- 2 root operator 116, 0x00020022 Feb 24 18:01 /dev/ad4s1
crw-r----- 2 root operator 116, 0x00020020 Feb 24 18:01 /dev/ad4s1a
crw-r----- 2 root operator 116, 0x00020021 Feb 24 18:01 /dev/ad4s1b
crw-r----- 2 root operator 116, 0x00020022 Feb 24 18:01 /dev/ad4s1c
crw-r----- 2 root operator 116, 0x00020023 Feb 24 18:01 /dev/ad4s1d
crw-r----- 2 root operator 116, 0x00020024 Feb 24 18:01 /dev/ad4s1e
crw-r----- 2 root operator 116, 0x00020025 Feb 24 18:01 /dev/ad4s1f
crw-r----- 2 root operator 116, 0x00020026 Feb 24 18:01 /dev/ad4s1g
crw-r----- 2 root operator 116, 0x00020027 Feb 24 18:01 /dev/ad4s1h
but the kernel only has
# ATA and ATAPI devices
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID #Static device numbering
options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
so what's the hack?
randy
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14X7vH-0007Hm-00>
