zaurus is complaining...
Index: GENERIC
===================================================================
RCS file: /cvs/src/sys/arch/zaurus/conf/GENERIC,v
retrieving revision 1.79
diff -u -p -r1.79 GENERIC
--- GENERIC 23 Sep 2010 16:21:47 -0000 1.79
+++ GENERIC 24 Sep 2010 13:52:59 -0000
@@ -135,8 +135,8 @@ ugen* at uhub? # USB Generic
driver
udcf* at uhub? # Gude Expert mouseCLOCK
umbg* at uhub? # Meinberg Funkuhren USB5131
uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter
-onewire* at uow?
-utwitch? at uhidev? # YUREX BBU sensor
+onewire* at uow?
+utwitch* at uhidev? # YUREX BBU sensor
sd* at scsibus? # SCSI disk drives
#st* at scsibus? # SCSI tape drives
Index: flash.c
===================================================================
RCS file: /cvs/src/sys/dev/flash.c,v
retrieving revision 1.19
diff -u -p -r1.19 flash.c
--- flash.c 22 Sep 2010 06:40:25 -0000 1.19
+++ flash.c 24 Sep 2010 13:52:39 -0000
@@ -852,7 +852,7 @@ flashioctl(dev_t dev, u_long cmd, caddr_
switch (cmd) {
case DIOCGPDINFO:
flashgetdisklabel(dev, sc, (struct disklabel *)data, 1);
- break
+ break;
case DIOCGDINFO:
*(struct disklabel *)data = *sc->sc_dk.dk_label;