Subject: Re: Guinea-pigs wiling to test CardBus patches for 1.4_BETA?
To: Lennart Augustsson <lennart@augustsson.net>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-i386
Date: 04/27/1999 18:35:11
>I tried your patches.  I can't config the kernel, I think there is a patch
>for files.pci missing in the kit, and maybe something else.

>Furthermore, the sample config file, CARDBUS, contains `pcmcia at ccb'
>whereas the readme file says `pccard at ccb'

Hi Lennart,

Sorry. You're quite right, I missed a patch. (the commetn says
it's for a YENTA bridge but acutally its needed for the CardBus code).

Here is the patch that's missing. I'm re-generating the tarball as we
speak, but can you try that and let me know now the config/compile goes?
(yes, its pretty shabby not testing this, but the i386 disk here is
completely full with ep-driver test kernels...)

I dont have any cardbus hardware to test, but isn't the intent is that
that ccb0 has both a cardbus and a pcmcia as children, so that either
kind of card works?


regards (and apologies)
--Jonathan

Index: sys/dev/pci/files.pci
diff -c sys/dev/pci/files.pci:1.1.1.1.2.1 sys/dev/pci/files.pci:1.1.1.1.2.1.2.1
*** sys/dev/pci/files.pci:1.1.1.1.2.1	Sun Jan 24 20:01:38 1999
--- sys/dev/pci/files.pci	Wed Feb 17 01:41:08 1999
***************
*** 180,182 ****
--- 180,187 ----
  # OHCI USB controller
  attach	ohci at pci with ohci_pci
  file	dev/pci/ohci_pci.c		ohci
+ 
+ # YENTA PCI-Cardbus bridge 
+ device  cbb: cardslot, pcmciabus
+ attach	cbb at pci with cbb_pci
+ file	dev/pci/pccbb.c			cbb